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

/external/clang/lib/Parse/
H A DParseObjc.cpp1468 Decl *ObjCImpDecl = nullptr; local
1502 ObjCImpDecl = Actions.ActOnStartCategoryImplementation(
1520 ObjCImpDecl = Actions.ActOnStartClassImplementation(
1525 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc);
1534 assert(ObjCImpDecl);
1539 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl);
1551 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup);
/external/clang/lib/Sema/
H A DSemaExprMember.cpp689 Decl *ObjCImpDecl, bool HasTemplateArgs);
726 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr,
987 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl);
1191 /// The ObjCImpDecl bit is a gross hack that will need to be properly
1196 Decl *ObjCImpDecl, bool HasTemplateArgs) {
1285 ObjCImpDecl, HasTemplateArgs);
1347 else if (ObjCImpDecl && S.getCurFunctionDecl()) {
1355 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl))
1358 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl))
1470 ObjCImpDecl, HasTemplateArg
1193 LookupMemberExpr(Sema &S, LookupResult &R, ExprResult &BaseExpr, bool &IsArrow, SourceLocation OpLoc, CXXScopeSpec &SS, Decl *ObjCImpDecl, bool HasTemplateArgs) argument
1619 ActOnMemberAccessExpr(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, Decl *ObjCImpDecl) argument
[all...]
H A DSemaDeclObjC.cpp1126 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { argument
1139 DeclsInGroup.push_back(ObjCImpDecl);
/external/clang/include/clang/Sema/
H A DSema.h3604 Decl *ObjCImpDecl; member in struct:clang::Sema::ActOnMemberAccessExtraArgs
3643 Decl *ObjCImpDecl);
6942 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,

Completed in 306 milliseconds