/external/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 44 Decl *Dcl; member in __anon6817b2ac0111::ReleaseCollector 49 : Dcl(D), Releases(releases) { } in ReleaseCollector() 58 if (DE->getDecl() == Dcl) in VisitObjCMessageExpr() 94 clearRefsIn(info.Dcl, info.Refs); in ~AutoreleasePoolRewriter() 115 clearUnavailableDiags(info.Dcl); in ~AutoreleasePoolRewriter() 116 Pass.TA.removeStmt(info.Dcl); in ~AutoreleasePoolRewriter() 175 info.Dcl = DclS; in VisitCompoundStmt() 420 DeclStmt *Dcl; member 424 PoolVarInfo() : Dcl(0) { } in PoolVarInfo()
|
D | TransGCAttrs.cpp | 118 Attr.Dcl = D; in handleAttr() 191 if (Attr.FullyMigratable && Attr.Dcl) { in errorForGCAttrsOnNonObjC() 349 if (Attr.Dcl) { in dumpGCAttrs() 351 Attr.Dcl->dump(); in dumpGCAttrs()
|
D | Transforms.cpp | 226 ValueDecl *Dcl; member in __anonf7c5847f0111::ReferenceCollector 231 : Dcl(D), Refs(refs) { } in ReferenceCollector() 234 if (E->getDecl() == Dcl) in VisitDeclRefExpr()
|
D | Transforms.h | 91 Decl *Dcl; member
|
/external/clang/tools/libclang/ |
D | CIndexHigh.cpp | 49 const Decl *Dcl; member 60 Dcl = getCanonical(D); in FindFileIdRefVisitData() 61 getTopOverriddenMethods(TU, Dcl, TopMethods); in FindFileIdRefVisitData() 102 if (D == Dcl) in isHit() 222 const Decl *Dcl = cxcursor::getCursorDecl(declCursor); in findIdRefsInFile() local 223 if (!Dcl) in findIdRefsInFile() 226 FindFileIdRefVisitData data(TU, FID, Dcl, in findIdRefsInFile() 230 if (const DeclContext *DC = Dcl->getParentFunctionOrMethod()) { in findIdRefsInFile()
|
D | IndexingContext.h | 46 const NamedDecl *Dcl; member 274 const Decl *Dcl; member 276 RefFileOccurence(const FileEntry *File, const Decl *Dcl) in RefFileOccurence() 277 : File(File), Dcl(Dcl) { } in RefFileOccurence() 541 return DenseMapInfo<PairTy>::getHashValue(PairTy(S.File, S.Dcl)); 546 return LHS.File == RHS.File && LHS.Dcl == RHS.Dcl;
|
D | Indexing.cpp | 939 return Entity->IndexCtx->getClientEntity(Entity->Dcl); in clang_index_getClientEntity() 947 Entity->IndexCtx->setClientEntity(Entity->Dcl, client); in clang_index_setClientEntity()
|
D | IndexingContext.cpp | 762 const NamedDecl *BaseD = BaseList.BaseEntities[i].Dcl; in handleCXXRecordDecl() 913 EntityInfo.Dcl = D; in getEntityInfo()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 776 static bool CheckConstexprDeclStmt(Sema &SemaRef, const FunctionDecl *Dcl, in CheckConstexprDeclStmt() argument 804 << isa<CXXConstructorDecl>(Dcl); in CheckConstexprDeclStmt() 817 << isa<CXXConstructorDecl>(Dcl); in CheckConstexprDeclStmt() 824 << isa<CXXConstructorDecl>(Dcl); in CheckConstexprDeclStmt() 829 << isa<CXXConstructorDecl>(Dcl); in CheckConstexprDeclStmt() 846 const FunctionDecl *Dcl, in CheckConstexprCtorInitializer() argument 859 SemaRef.Diag(Dcl->getLocation(), diag::err_constexpr_ctor_missing_init); in CheckConstexprCtorInitializer() 870 CheckConstexprCtorInitializer(SemaRef, Dcl, *I, Inits, Diagnosed); in CheckConstexprCtorInitializer() 878 bool Sema::CheckConstexprFunctionBody(const FunctionDecl *Dcl, Stmt *Body) { in CheckConstexprFunctionBody() argument 890 << isa<CXXConstructorDecl>(Dcl); in CheckConstexprFunctionBody() [all …]
|
D | SemaDeclObjC.cpp | 1067 Decl *Dcl = Decls[i]; in ActOnFinishObjCImplementation() local 1068 if (!Dcl) in ActOnFinishObjCImplementation() 1070 if (Dcl->getDeclContext()->isFileContext()) in ActOnFinishObjCImplementation() 1071 Dcl->setTopLevelDeclInObjCContainer(); in ActOnFinishObjCImplementation() 1072 DeclsInGroup.push_back(Dcl); in ActOnFinishObjCImplementation()
|
D | SemaDecl.cpp | 3880 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator() local 3883 Dcl && Dcl->getDeclContext()->isFileContext()) in ActOnDeclarator() 3884 Dcl->setTopLevelDeclInObjCContainer(); in ActOnDeclarator() 3886 return Dcl; in ActOnDeclarator()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 277 void RewriteInterfaceDecl(ObjCInterfaceDecl *Dcl); 278 void RewriteImplementationDecl(Decl *Dcl); 285 void RewriteCategoryDecl(ObjCCategoryDecl *Dcl); 286 void RewriteProtocolDecl(ObjCProtocolDecl *Dcl); 295 void RewriteObjCQualifiedInterfaceTypes(Decl *Dcl); 2145 void RewriteObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { in RewriteObjCQualifiedInterfaceTypes() argument 2149 if (VarDecl *VD = dyn_cast<VarDecl>(Dcl)) { in RewriteObjCQualifiedInterfaceTypes() 2153 else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Dcl)) { in RewriteObjCQualifiedInterfaceTypes() 2164 else if (FieldDecl *FD = dyn_cast<FieldDecl>(Dcl)) { in RewriteObjCQualifiedInterfaceTypes()
|
D | RewriteModernObjC.cpp | 317 void RewriteInterfaceDecl(ObjCInterfaceDecl *Dcl); 318 void RewriteImplementationDecl(Decl *Dcl); 325 void RewriteCategoryDecl(ObjCCategoryDecl *Dcl); 326 void RewriteProtocolDecl(ObjCProtocolDecl *Dcl); 335 void RewriteObjCQualifiedInterfaceTypes(Decl *Dcl); 2239 void RewriteModernObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { in RewriteObjCQualifiedInterfaceTypes() argument 2243 if (VarDecl *VD = dyn_cast<VarDecl>(Dcl)) { in RewriteObjCQualifiedInterfaceTypes() 2247 else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Dcl)) { in RewriteObjCQualifiedInterfaceTypes() 2258 else if (FieldDecl *FD = dyn_cast<FieldDecl>(Dcl)) { in RewriteObjCQualifiedInterfaceTypes()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1134 Decl *Dcl; member 1140 : P(parser), Dcl(D), HasCFunction(false) { in ObjCImplParsingDataRAII()
|
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 1409 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), in ParseCXXCondition() local 1411 DeclOut = Dcl.get(); in ParseCXXCondition()
|
D | ParseObjc.cpp | 1571 P.Diag(Dcl->getLocStart(), diag::note_objc_container_start) in ~ObjCImplParsingDataRAII() 1581 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl); in finish()
|
D | ParseExpr.cpp | 1511 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl : 0, in ParsePostfixExpressionSuffix()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1417 void ActOnInitializerError(Decl *Dcl); 3387 void ActOnFinishNamespaceDef(Decl *Dcl, SourceLocation RBrace); 4223 void ActOnCXXEnterDeclInitializer(Scope *S, Decl *Dcl); 4227 void ActOnCXXExitDeclInitializer(Scope *S, Decl *Dcl);
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 6598 if (const VarDecl *Dcl = dyn_cast<VarDecl>(D)) { in CheckICE() local 6599 if (!Dcl->getType()->isIntegralOrEnumerationType()) in CheckICE() 6605 if (Dcl->getAnyInitializer(VD) && VD->checkInitIsICE()) in CheckICE()
|