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

/external/clang/lib/Parse/
H A DParseObjc.cpp1515 Decl *ObjCImpDecl = nullptr; local
1549 ObjCImpDecl = Actions.ActOnStartCategoryImplementation(
1567 ObjCImpDecl = Actions.ActOnStartClassImplementation(
1572 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc);
1581 assert(ObjCImpDecl);
1586 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl);
1598 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup);
/external/clang/lib/Sema/
H A DSemaExprMember.cpp676 Decl *ObjCImpDecl, bool HasTemplateArgs);
710 ExtraArgs ? ExtraArgs->ObjCImpDecl : nullptr,
972 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl,
1177 /// The ObjCImpDecl bit is a gross hack that will need to be properly
1182 Decl *ObjCImpDecl, bool HasTemplateArgs) {
1268 ObjCImpDecl, HasTemplateArgs);
1330 else if (ObjCImpDecl && S.getCurFunctionDecl()) {
1338 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl))
1341 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl))
1453 ObjCImpDecl, HasTemplateArg
1179 LookupMemberExpr(Sema &S, LookupResult &R, ExprResult &BaseExpr, bool &IsArrow, SourceLocation OpLoc, CXXScopeSpec &SS, Decl *ObjCImpDecl, bool HasTemplateArgs) argument
1597 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.cpp1132 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { argument
1145 DeclsInGroup.push_back(ObjCImpDecl);
/external/clang/include/clang/Sema/
H A DSema.h3521 Decl *ObjCImpDecl; member in struct:clang::Sema::ActOnMemberAccessExtraArgs
3561 Decl *ObjCImpDecl,
6812 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,

Completed in 1748 milliseconds