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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp694 SS, /*ObjCImpDecl*/ 0, TemplateArgs != 0);
961 TemplateKWLoc, ExtraArgs->Id, ExtraArgs->ObjCImpDecl,
1171 /// The ObjCImpDecl bit is a gross hack that will need to be properly
1177 Decl *ObjCImpDecl, bool HasTemplateArgs) {
1264 ObjCImpDecl, HasTemplateArgs);
1325 else if (ObjCImpDecl && getCurFunctionDecl()) {
1333 dyn_cast<ObjCImplementationDecl>(ObjCImpDecl))
1336 dyn_cast<ObjCCategoryImplDecl>(ObjCImpDecl))
1455 ObjCImpDecl, HasTemplateArgs);
1468 ObjCImpDecl, HasTemplateArg
1174 LookupMemberExpr(LookupResult &R, ExprResult &BaseExpr, bool &IsArrow, SourceLocation OpLoc, CXXScopeSpec &SS, Decl *ObjCImpDecl, bool HasTemplateArgs) argument
1602 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.cpp1101 Sema::ActOnFinishObjCImplementation(Decl *ObjCImpDecl, ArrayRef<Decl *> Decls) { argument
1114 DeclsInGroup.push_back(ObjCImpDecl);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp1514 Decl *ObjCImpDecl = 0; local
1547 ObjCImpDecl = Actions.ActOnStartCategoryImplementation(
1565 ObjCImpDecl = Actions.ActOnStartClassImplementation(
1570 ParseObjCClassInstanceVariables(ObjCImpDecl, tok::objc_private, AtLoc);
1579 assert(ObjCImpDecl);
1584 ObjCImplParsingDataRAII ObjCImplParsing(*this, ObjCImpDecl);
1596 return Actions.ActOnFinishObjCImplementation(ObjCImpDecl, DeclsInGroup);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3386 Decl *ObjCImpDecl; member in struct:clang::Sema::ActOnMemberAccessExtraArgs
3404 Decl *ObjCImpDecl,
3425 Decl *ObjCImpDecl,
6685 DeclGroupPtrTy ActOnFinishObjCImplementation(Decl *ObjCImpDecl,

Completed in 192 milliseconds