Searched refs:Dcl (Results 1 - 20 of 20) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp44 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 DTransGCAttrs.cpp118 Attr.Dcl = D;
187 if (Attr.FullyMigratable && Attr.Dcl) {
345 if (Attr.Dcl) {
347 Attr.Dcl->dump();
H A DTransforms.cpp228 ValueDecl *Dcl; member in class:__anon1123::ReferenceCollector
233 : Dcl(D), Refs(refs) { }
236 if (E->getDecl() == Dcl)
H A DTransforms.h91 Decl *Dcl; member in struct:clang::arcmt::trans::MigrationContext::GCAttrOccurrence
/external/clang/tools/libclang/
H A DCIndexHigh.cpp49 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 DIndexingContext.h50 const NamedDecl *Dcl; member in struct:clang::cxindex::EntityInfo
H A DIndexing.cpp890 return Entity->IndexCtx->getClientEntity(Entity->Dcl);
898 Entity->IndexCtx->setClientEntity(Entity->Dcl, client);
H A DIndexingContext.cpp771 const NamedDecl *BaseD = BaseList.BaseEntities[i].Dcl;
922 EntityInfo.Dcl = D;
/external/clang/include/clang/Serialization/
H A DASTWriter.h311 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 DSemaDeclCXX.cpp863 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 DSemaDeclObjC.cpp1980 Decl *Dcl = Decls[i]; local
1981 if (!Dcl)
1983 if (Dcl->getDeclContext()->isFileContext())
1984 Dcl->setTopLevelDeclInObjCContainer();
1985 DeclsInGroup.push_back(Dcl);
H A DSemaDecl.cpp4659 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 DRewriteObjC.cpp269 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 DRewriteModernObjC.cpp323 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 DParser.h1324 Decl *Dcl; member in struct:clang::Parser::ObjCImplParsingDataRAII
1330 : P(parser), Dcl(D), HasCFunction(false) {
/external/clang/lib/Parse/
H A DParseExprCXX.cpp1728 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), local
1730 DeclOut = Dcl.get();
H A DParseObjc.cpp2247 P.Diag(Dcl->getLocStart(), diag::note_objc_container_start)
2257 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl);
H A DParseExpr.cpp1646 CurParsedObjCImpl ? CurParsedObjCImpl->Dcl
/external/clang/include/clang/Sema/
H A DSema.h1715 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 DExprConstant.cpp9165 if (const VarDecl *Dcl = dyn_cast<VarDecl>(D)) {
9166 if (!Dcl->getType()->isIntegralOrEnumerationType())
9172 if (Dcl->getAnyInitializer(VD) && VD->checkInitIsICE())

Completed in 1218 milliseconds