Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
HDDeclOccurrence.h25 const Decl *Dcl; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDTransAutoreleasePool.cpp43 Decl *Dcl; member in __anonebda6e3b0111::ReleaseCollector
419 DeclStmt *Dcl; member
HDTransforms.h90 Decl *Dcl; member
HDTransforms.cpp222 ValueDecl *Dcl; member in __anon342ab14e0111::ReferenceCollector
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h333 const Decl *Dcl; member
343 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {} in DeclUpdate()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclCXX.cpp1773 static bool CheckConstexprDeclStmt(Sema &SemaRef, const FunctionDecl *Dcl, in CheckConstexprDeclStmt()
1915 const FunctionDecl *Dcl, in CheckConstexprCtorInitializer()
1970 CheckConstexprFunctionStmt(Sema &SemaRef, const FunctionDecl *Dcl, Stmt *S, in CheckConstexprFunctionStmt()
2115 static bool CheckConstexprFunctionBody(Sema &SemaRef, const FunctionDecl *Dcl, in CheckConstexprFunctionBody()
10654 void Sema::ActOnFinishNamespaceDef(Decl *Dcl, SourceLocation RBrace) { in ActOnFinishNamespaceDef()
16325 void Sema::SetDeclDeleted(Decl *Dcl, SourceLocation DelLoc) { in SetDeclDeleted()
16392 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted()
16740 Decl *Dcl = ActOnDeclarator(S, D); in ActOnCXXConditionDeclaration() local
HDSemaDeclObjC.cpp2097 Decl *Dcl = Decls[i]; in ActOnFinishObjCImplementation() local
HDSemaDecl.cpp5408 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseExprCXX.cpp2045 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), in ParseCXXCondition() local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h1623 Decl *Dcl; member
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp2111 void RewriteObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { in RewriteObjCQualifiedInterfaceTypes()
HDRewriteModernObjC.cpp2193 void RewriteModernObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { in RewriteObjCQualifiedInterfaceTypes()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp14250 if (const VarDecl *Dcl = dyn_cast<VarDecl>(D)) { in CheckICE() local