Searched defs:ObjCImpDecl (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseObjc.cpp1480 Decl *ObjCImpDecl = 0; local
1507 ObjCImpDecl = Actions.ActOnStartCategoryImplementation(
1525 ObjCImpDecl = Actions.ActOnStartClassImplementation(
1530 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc);
1532 assert(ObjCImpDecl);
1537 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl);
1549 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup);
/external/clang/lib/Sema/
H A DSemaExprMember.cpp658 SS, /*ObjCImpDecl*/ 0, TemplateArgs != 0);
863 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl,
1068 /// The ObjCImpDecl bit is a gross hack that will need to be properly
1074 Decl *ObjCImpDecl, bool HasTemplateArgs) {
1160 ObjCImpDecl, HasTemplateArgs);
1238 else if (ObjCImpDecl && getCurFunctionDecl()) {
1246 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl))
1249 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl))
1367 ObjCImpDecl, HasTemplateArgs);
1380 ObjCImpDecl, HasTemplateArg
1071 LookupMemberExpr(LookupResult &R, ExprResult &BaseExpr, bool &IsArrow, SourceLocation OpLoc, CXXScopeSpec &SS, Decl *ObjCImpDecl, bool HasTemplateArgs) argument
1513 ActOnMemberAccessExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, Decl *ObjCImpDecl, bool HasTrailingLParen) argument
[all...]
H A DSemaDeclObjC.cpp1062 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { argument
1075 DeclsInGroup.push_back(ObjCImpDecl);
/external/clang/include/clang/Sema/
H A DSema.h3149 Decl *ObjCImpDecl; member in struct:clang::Sema::ActOnMemberAccessExtraArgs
3167 Decl *ObjCImpDecl,
3188 Decl *ObjCImpDecl,
6244 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,

Completed in 220 milliseconds