Searched defs:atLoc (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransforms.h116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { argument
H A DTransProperties.cpp131 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
153 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
185 void doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) { argument
161 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
194 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
[all...]
H A DTransforms.cpp383 rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr, SourceLocation atLoc) argument
467 addPropertyAttribute(StringRef attr, SourceLocation atLoc) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h348 ObjCAutoreleasePoolStmt(SourceLocation atLoc, argument
H A DDeclObjC.h2185 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1059 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, argument
1034 Create(const ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) argument
1735 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp101 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { argument
1246 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc, argument
1258 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, local
1650 Decl *Parser::ParseObjCAtAliasDeclaration(SourceLocation atLoc) { argument
1683 Decl *Parser::ParseObjCPropertySynthesize(SourceLocation atLoc) { argument
1283 ParseObjCClassInstanceVariables(Decl *interfaceDecl, tok::ObjCKeywordKind visibility, SourceLocation atLoc) argument
1722 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, local
1739 ParseObjCPropertyDynamic(SourceLocation atLoc) argument
1758 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false, local
1772 ParseObjCThrowStmt(SourceLocation atLoc) argument
1791 ParseObjCSynchronizedStmt(SourceLocation atLoc) argument
1850 ParseObjCTryStmt(SourceLocation atLoc) argument
1954 ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp2810 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { argument
H A DTreeTransform.h1263 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3244 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3261 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local

Completed in 208 milliseconds