Searched defs:Dcl (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/ |
| HD | DeclOccurrence.h | 25 const Decl *Dcl; member
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | TransAutoreleasePool.cpp | 43 Decl *Dcl; member in __anonebda6e3b0111::ReleaseCollector 419 DeclStmt *Dcl; member
|
| HD | Transforms.h | 90 Decl *Dcl; member
|
| HD | Transforms.cpp | 222 ValueDecl *Dcl; member in __anon342ab14e0111::ReferenceCollector
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/ |
| HD | ASTWriter.h | 333 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/ |
| HD | SemaDeclCXX.cpp | 1773 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
|
| HD | SemaDeclObjC.cpp | 2097 Decl *Dcl = Decls[i]; in ActOnFinishObjCImplementation() local
|
| HD | SemaDecl.cpp | 5408 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseExprCXX.cpp | 2045 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), in ParseCXXCondition() local
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/ |
| HD | Parser.h | 1623 Decl *Dcl; member
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 2111 void RewriteObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { in RewriteObjCQualifiedInterfaceTypes()
|
| HD | RewriteModernObjC.cpp | 2193 void RewriteModernObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { in RewriteObjCQualifiedInterfaceTypes()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ExprConstant.cpp | 14250 if (const VarDecl *Dcl = dyn_cast<VarDecl>(D)) { in CheckICE() local
|