Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp43 Decl *Dcl; member in __anon0e954d450111::ReleaseCollector
419 DeclStmt *Dcl; member
H A DTransforms.h90 Decl *Dcl; member
H A DTransforms.cpp223 ValueDecl *Dcl; member in __anond58f5bd80111::ReferenceCollector
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexHigh.cpp48 const Decl *Dcl; member
219 const Decl *Dcl = cxcursor::getCursorDecl(declCursor); in findIdRefsInFile() local
H A DCXIndexDataConsumer.h49 const NamedDecl *Dcl; member
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h348 const Decl *Dcl; member
358 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {} in DeclUpdate()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp1824 static bool CheckConstexprDeclStmt(Sema &SemaRef, const FunctionDecl *Dcl, in CheckConstexprDeclStmt()
1966 const FunctionDecl *Dcl, in CheckConstexprCtorInitializer()
2021 CheckConstexprFunctionStmt(Sema &SemaRef, const FunctionDecl *Dcl, Stmt *S, in CheckConstexprFunctionStmt()
2166 static bool CheckConstexprFunctionBody(Sema &SemaRef, const FunctionDecl *Dcl, in CheckConstexprFunctionBody()
11060 void Sema::ActOnFinishNamespaceDef(Decl *Dcl, SourceLocation RBrace) { in ActOnFinishNamespaceDef()
16802 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted()
16854 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted()
17204 Decl *Dcl = ActOnDeclarator(S, D); in ActOnCXXConditionDeclaration() local
H A DSemaDeclObjC.cpp2102 Decl *Dcl = Decls[i]; in ActOnFinishObjCImplementation() local
H A DSemaDecl.cpp5579 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator() local
13962 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody); in ActOnStartOfFunctionDef() local
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp2074 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), in ParseCXXCondition() local
/netbsd/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1673 Decl *Dcl; member
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2114 void RewriteObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { in RewriteObjCQualifiedInterfaceTypes()
H A DRewriteModernObjC.cpp2196 void RewriteModernObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { in RewriteObjCQualifiedInterfaceTypes()