/external/clang/lib/ARCMigrate/ |
H A D | TransAutoreleasePool.cpp | 44 Decl *Dcl; member in class:__anon1109::ReleaseCollector 49 : Dcl(D), Releases(releases) { } 58 if (DE->getDecl() == Dcl) 94 clearRefsIn(info.Dcl, info.Refs); 115 clearUnavailableDiags(info.Dcl); 116 Pass.TA.removeStmt(info.Dcl); 175 info.Dcl = DclS; 420 DeclStmt *Dcl; member in struct:__anon1110::AutoreleasePoolRewriter::PoolVarInfo 424 PoolVarInfo() : Dcl(nullptr) { }
|
H A D | TransGCAttrs.cpp | 118 Attr.Dcl = D; 187 if (Attr.FullyMigratable && Attr.Dcl) { 345 if (Attr.Dcl) { 347 Attr.Dcl->dump();
|
H A D | Transforms.cpp | 228 ValueDecl *Dcl; member in class:__anon1123::ReferenceCollector 233 : Dcl(D), Refs(refs) { } 236 if (E->getDecl() == Dcl)
|
H A D | Transforms.h | 91 Decl *Dcl; member in struct:clang::arcmt::trans::MigrationContext::GCAttrOccurrence
|
/external/clang/tools/libclang/ |
H A D | CIndexHigh.cpp | 49 const Decl *Dcl; member in struct:__anon3209::FindFileIdRefVisitData 60 Dcl = getCanonical(D); 61 getTopOverriddenMethods(TU, Dcl, TopMethods); 102 if (D == Dcl) 222 const Decl *Dcl = cxcursor::getCursorDecl(declCursor); local 223 if (!Dcl) 226 FindFileIdRefVisitData data(TU, FID, Dcl, 230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) {
|
H A D | IndexingContext.h | 50 const NamedDecl *Dcl; member in struct:clang::cxindex::EntityInfo
|
H A D | Indexing.cpp | 890 return Entity->IndexCtx->getClientEntity(Entity->Dcl); 898 Entity->IndexCtx->setClientEntity(Entity->Dcl, client);
|
H A D | IndexingContext.cpp | 771 const NamedDecl *BaseD = BaseList.BaseEntities[i].Dcl; 922 EntityInfo.Dcl = D;
|
/external/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 311 const Decl *Dcl; member in union:clang::ASTWriter::DeclUpdate::__anon1051 320 DeclUpdate(unsigned Kind) : Kind(Kind), Dcl(nullptr) {} 321 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {} argument 334 const Decl *getDecl() const { return Dcl; }
|
/external/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 863 static bool CheckConstexprDeclStmt(Sema &SemaRef, const FunctionDecl *Dcl, argument 891 << isa<CXXConstructorDecl>(Dcl); 905 << isa<CXXConstructorDecl>(Dcl); 924 << isa<CXXConstructorDecl>(Dcl) 932 isa<CXXConstructorDecl>(Dcl))) 938 << isa<CXXConstructorDecl>(Dcl); 946 << isa<CXXConstructorDecl>(Dcl); 960 << isa<CXXConstructorDecl>(Dcl); 970 /// \param Dcl The constexpr constructor being checked. 977 const FunctionDecl *Dcl, 976 CheckConstexprCtorInitializer(Sema &SemaRef, const FunctionDecl *Dcl, FieldDecl *Field, llvm::SmallSet<Decl*, 16> &Inits, bool &Diagnosed) argument 1015 CheckConstexprFunctionStmt(Sema &SemaRef, const FunctionDecl *Dcl, Stmt *S, SmallVectorImpl<SourceLocation> &ReturnStmts, SourceLocation &Cxx1yLoc) argument 1133 CheckConstexprFunctionBody(const FunctionDecl *Dcl, Stmt *Body) argument 7321 ActOnFinishNamespaceDef(Decl *Dcl, SourceLocation RBrace) argument 12781 SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) argument 12840 SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) argument 13145 Decl *Dcl = ActOnDeclarator(S, D); local [all...] |
H A D | SemaDeclObjC.cpp | 1980 Decl *Dcl = Decls[i]; local 1981 if (!Dcl) 1983 if (Dcl->getDeclContext()->isFileContext()) 1984 Dcl->setTopLevelDeclInObjCContainer(); 1985 DeclsInGroup.push_back(Dcl);
|
H A D | SemaDecl.cpp | 4659 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); local 4662 Dcl && Dcl->getDeclContext()->isFileContext()) 4663 Dcl->setTopLevelDeclInObjCContainer(); 4665 return Dcl;
|
/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 269 void RewriteInterfaceDecl(ObjCInterfaceDecl *Dcl); 270 void RewriteImplementationDecl(Decl *Dcl); 277 void RewriteCategoryDecl(ObjCCategoryDecl *Dcl); 278 void RewriteProtocolDecl(ObjCProtocolDecl *Dcl); 287 void RewriteObjCQualifiedInterfaceTypes(Decl *Dcl); 2109 void RewriteObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { argument 2113 if (VarDecl *VD = dyn_cast<VarDecl>(Dcl)) { 2117 else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Dcl)) { 2128 else if (FieldDecl *FD = dyn_cast<FieldDecl>(Dcl)) {
|
H A D | RewriteModernObjC.cpp | 323 void RewriteInterfaceDecl(ObjCInterfaceDecl *Dcl); 324 void RewriteImplementationDecl(Decl *Dcl); 331 void RewriteCategoryDecl(ObjCCategoryDecl *Dcl); 332 void RewriteProtocolDecl(ObjCProtocolDecl *Dcl); 341 void RewriteObjCQualifiedInterfaceTypes(Decl *Dcl); 2217 void RewriteModernObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { argument 2221 if (VarDecl *VD = dyn_cast<VarDecl>(Dcl)) { 2225 else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Dcl)) { 2236 else if (FieldDecl *FD = dyn_cast<FieldDecl>(Dcl)) { 2240 else if (TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(Dcl)) { [all...] |
/external/clang/include/clang/Parse/ |
H A D | Parser.h | 1324 Decl *Dcl; member in struct:clang::Parser::ObjCImplParsingDataRAII 1330 : P(parser), Dcl(D), HasCFunction(false) {
|
/external/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1728 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), local 1730 DeclOut = Dcl.get();
|
H A D | ParseObjc.cpp | 2247 P.Diag(Dcl->getLocStart(), diag::note_objc_container_start) 2257 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl);
|
H A D | ParseExpr.cpp | 1646 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 1715 void ActOnInitializerError(Decl *Dcl); 4102 void ActOnFinishNamespaceDef(Decl *Dcl, SourceLocation RBrace); 4971 /// initializer for the declaration 'Dcl'. 4972 /// After this method is called, according to [C++ 3.4.1p13], if 'Dcl' is a 4975 void ActOnCXXEnterDeclInitializer(Scope *S, Decl *Dcl); 4978 /// initializer for the declaration 'Dcl'. 4979 void ActOnCXXExitDeclInitializer(Scope *S, Decl *Dcl);
|
/external/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9165 if (const VarDecl *Dcl = dyn_cast<VarDecl>(D)) { 9166 if (!Dcl->getType()->isIntegralOrEnumerationType()) 9172 if (Dcl->getAnyInitializer(VD) && VD->checkInitIsICE())
|