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

/external/clang/include/clang/AST/
H A DStmtObjC.h351 ObjCAutoreleasePoolStmt(SourceLocation atLoc, argument
354 SubStmt(subStmt), AtLoc(atLoc) {}
H A DDeclObjC.h584 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id,
590 SourceLocation atLoc,
1702 ObjCPropertyImplDecl(DeclContext *DC, SourceLocation atLoc, SourceLocation L, argument
1707 : Decl(ObjCPropertyImpl, DC, L), AtLoc(atLoc),
1715 SourceLocation atLoc, SourceLocation L,
/external/clang/lib/ARCMigrate/
H A DTransProperties.cpp126 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
135 rewriteProperty(props, atLoc);
147 SourceLocation atLoc = SourceLocation::getFromRawEncoding(I->first); local
150 doActionForExtensionProp(props, atLoc);
156 PropsTy &props, SourceLocation atLoc,
166 rewriteAttribute("retain", "strong", atLoc);
169 removeAttribute("retain", atLoc);
172 rewriteAttribute("assign", "strong", atLoc);
175 return rewriteAssign(props, atLoc);
177 return maybeAddStrongAttr(props, atLoc);
155 doPropAction(PropActionKind kind, PropsTy &props, SourceLocation atLoc, bool markAction = true) argument
183 doActionForExtensionProp(PropsTy &props, SourceLocation atLoc) argument
192 rewriteProperty(PropsTy &props, SourceLocation atLoc) argument
[all...]
/external/clang/lib/AST/
H A DDeclObjC.cpp626 SourceLocation atLoc,
630 return new (C) ObjCInterfaceDecl(DC, atLoc, Id, ClassLoc, ForwardDecl,
635 ObjCInterfaceDecl(DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, argument
637 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
1153 SourceLocation atLoc,
1159 return new (C) ObjCPropertyImplDecl(DC, atLoc, L, property, PK, ivar,
624 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, IdentifierInfo *Id, SourceLocation ClassLoc, bool ForwardDecl, bool isInternal) argument
1151 Create(ASTContext &C, DeclContext *DC, SourceLocation atLoc, SourceLocation L, ObjCPropertyDecl *property, Kind PK, ObjCIvarDecl *ivar, SourceLocation ivarLoc) argument
/external/clang/lib/Parse/
H A DParseObjc.cpp85 Parser::ParseObjCAtClassDeclaration(SourceLocation atLoc) { argument
111 return Actions.ActOnForwardClassDeclaration(atLoc, ClassNames.data(),
144 Decl *Parser::ParseObjCAtInterfaceDeclaration(SourceLocation atLoc, argument
208 Actions.ActOnStartCategoryInterface(atLoc,
217 ParseObjCClassInstanceVariables(CategoryType, tok::objc_private, atLoc);
253 Actions.ActOnStartClassInterface(atLoc, nameId, nameLoc,
260 ParseObjCClassInstanceVariables(ClsType, tok::objc_protected, atLoc);
1198 SourceLocation atLoc) {
1293 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl, local
1403 SourceLocation atLoc) {
1196 ParseObjCClassInstanceVariables(Decl *interfaceDecl, tok::ObjCKeywordKind visibility, SourceLocation atLoc) argument
1402 ParseObjCAtImplementationDeclaration( SourceLocation atLoc) argument
1520 ParseObjCAtAliasDeclaration(SourceLocation atLoc) argument
1553 ParseObjCPropertySynthesize(SourceLocation atLoc) argument
1592 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, local
1609 ParseObjCPropertyDynamic(SourceLocation atLoc) argument
1628 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false, local
1642 ParseObjCThrowStmt(SourceLocation atLoc) argument
1661 ParseObjCSynchronizedStmt(SourceLocation atLoc) argument
1720 ParseObjCTryStmt(SourceLocation atLoc) argument
1824 ParseObjCAutoreleasePoolStmt(SourceLocation atLoc) argument
[all...]
/external/clang/lib/Sema/
H A DSemaStmt.cpp2312 Sema::ActOnObjCAtSynchronizedOperand(SourceLocation atLoc, Expr *operand) { argument
2324 return Diag(atLoc, diag::error_objc_synchronized_expects_object)
H A DTreeTransform.h1194 ExprResult RebuildObjCAtSynchronizedOperand(SourceLocation atLoc, argument
1196 return getSema().ActOnObjCAtSynchronizedOperand(atLoc, object);
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp3399 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3410 InsertText(atLoc, "// ");
3416 SourceLocation atLoc = LocStart.getLocWithOffset(cursor-startBuf); local
3417 InsertText(atLoc, "/* ");
3420 atLoc = LocStart.getLocWithOffset(cursor-startBuf);
3421 InsertText(atLoc, " */");

Completed in 645 milliseconds