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

/external/clang/lib/Sema/
H A DSemaExprMember.cpp666 SS, /*ObjCImpDecl*/ 0, TemplateArgs != 0);
871 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl,
1076 /// The ObjCImpDecl bit is a gross hack that will need to be properly
1082 Decl *ObjCImpDecl, bool HasTemplateArgs) {
1168 ObjCImpDecl, HasTemplateArgs);
1246 else if (ObjCImpDecl && getCurFunctionDecl()) {
1254 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl))
1257 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl))
1360 ObjCImpDecl, HasTemplateArgs);
1373 ObjCImpDecl, HasTemplateArg
1079 LookupMemberExpr(LookupResult &R, ExprResult &BaseExpr, bool &IsArrow, SourceLocation OpLoc, CXXScopeSpec &SS, Decl *ObjCImpDecl, bool HasTemplateArgs) argument
1506 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.cpp1049 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { argument
1062 DeclsInGroup.push_back(ObjCImpDecl);
/external/clang/lib/Parse/
H A DParseObjc.cpp1475 Decl *ObjCImpDecl = 0; local
1502 ObjCImpDecl = Actions.ActOnStartCategoryImplementation(
1520 ObjCImpDecl = Actions.ActOnStartClassImplementation(
1525 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc);
1527 assert(ObjCImpDecl);
1532 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl);
1544 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup);
/external/clang/include/clang/Sema/
H A DSema.h2956 Decl *ObjCImpDecl; member in struct:clang::Sema::ActOnMemberAccessExtraArgs
2974 Decl *ObjCImpDecl,
2995 Decl *ObjCImpDecl,
6033 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,

Completed in 115 milliseconds