Searched defs:Dcl (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransforms.h91 Decl *Dcl; member in struct:clang::arcmt::trans::MigrationContext::GCAttrOccurrence
H A DTransAutoreleasePool.cpp44 Decl *Dcl; member in class:__anon17692::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:__anon17693::AutoreleasePoolRewriter::PoolVarInfo
424 PoolVarInfo() : Dcl(nullptr) { }
H A DTransforms.cpp232 ValueDecl *Dcl; member in class:__anon17706::ReferenceCollector
237 : Dcl(D), Refs(refs) { }
240 if (E->getDecl() == Dcl)
/external/clang/tools/libclang/
H A DCIndexHigh.cpp49 const Decl *Dcl; member in struct:__anon19519::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.h47 const NamedDecl *Dcl; member in struct:clang::cxindex::EntityInfo
/external/clang/include/clang/Serialization/
H A DASTWriter.h291 const Decl *Dcl; member in union:clang::ASTWriter::DeclUpdate::__anon17635
298 DeclUpdate(unsigned Kind) : Kind(Kind), Dcl(nullptr) {}
299 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {} argument
308 const Decl *getDecl() const { return Dcl; }
/external/clang/lib/Parse/
H A DParseExprCXX.cpp1647 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), local
1649 DeclOut = Dcl.get();
/external/clang/include/clang/Parse/
H A DParser.h1264 Decl *Dcl; member in struct:clang::Parser::ObjCImplParsingDataRAII
1270 : P(parser), Dcl(D), HasCFunction(false) {
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1137 Decl *Dcl = Decls[i]; local
1138 if (!Dcl)
1140 if (Dcl->getDeclContext()->isFileContext())
1141 Dcl->setTopLevelDeclInObjCContainer();
1142 DeclsInGroup.push_back(Dcl);
H A DSemaDecl.cpp4241 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); local
4244 Dcl && Dcl->getDeclContext()->isFileContext())
4245 Dcl->setTopLevelDeclInObjCContainer();
4247 return Dcl;
H A DSemaDeclCXX.cpp816 static bool CheckConstexprDeclStmt(Sema &SemaRef, const FunctionDecl *Dcl, argument
844 << isa<CXXConstructorDecl>(Dcl);
858 << isa<CXXConstructorDecl>(Dcl);
877 << isa<CXXConstructorDecl>(Dcl)
885 isa<CXXConstructorDecl>(Dcl)))
891 << isa<CXXConstructorDecl>(Dcl);
899 << isa<CXXConstructorDecl>(Dcl);
913 << isa<CXXConstructorDecl>(Dcl);
923 /// \param Dcl The constexpr constructor being checked.
930 const FunctionDecl *Dcl,
929 CheckConstexprCtorInitializer(Sema &SemaRef, const FunctionDecl *Dcl, FieldDecl *Field, llvm::SmallSet<Decl*, 16> &Inits, bool &Diagnosed) argument
968 CheckConstexprFunctionStmt(Sema &SemaRef, const FunctionDecl *Dcl, Stmt *S, SmallVectorImpl<SourceLocation> &ReturnStmts, SourceLocation &Cxx1yLoc) argument
1086 CheckConstexprFunctionBody(const FunctionDecl *Dcl, Stmt *Body) argument
6861 ActOnFinishNamespaceDef(Decl *Dcl, SourceLocation RBrace) argument
12119 SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) argument
12178 SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) argument
12480 Decl *Dcl = ActOnDeclarator(S, D); local
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp278 void RewriteInterfaceDecl(ObjCInterfaceDecl *Dcl);
279 void RewriteImplementationDecl(Decl *Dcl);
286 void RewriteCategoryDecl(ObjCCategoryDecl *Dcl);
287 void RewriteProtocolDecl(ObjCProtocolDecl *Dcl);
296 void RewriteObjCQualifiedInterfaceTypes(Decl *Dcl);
2117 void RewriteObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { argument
2121 if (VarDecl *VD = dyn_cast<VarDecl>(Dcl)) {
2125 else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Dcl)) {
2136 else if (FieldDecl *FD = dyn_cast<FieldDecl>(Dcl)) {
H A DRewriteModernObjC.cpp332 void RewriteInterfaceDecl(ObjCInterfaceDecl *Dcl);
333 void RewriteImplementationDecl(Decl *Dcl);
340 void RewriteCategoryDecl(ObjCCategoryDecl *Dcl);
341 void RewriteProtocolDecl(ObjCProtocolDecl *Dcl);
350 void RewriteObjCQualifiedInterfaceTypes(Decl *Dcl);
2228 void RewriteModernObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { argument
2232 if (VarDecl *VD = dyn_cast<VarDecl>(Dcl)) {
2236 else if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Dcl)) {
2247 else if (FieldDecl *FD = dyn_cast<FieldDecl>(Dcl)) {
2251 else if (TypedefNameDecl *TD = dyn_cast<TypedefNameDecl>(Dcl)) {
[all...]

Completed in 298 milliseconds