Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DMemberPointer.h25 const Decl *Dcl = nullptr; variable
28 MemberPointer(Pointer Base, const Decl *Dcl, int32_t PtrOffset) in MemberPointer()
33 MemberPointer(Pointer Base, const Decl *Dcl) : Base(Base), Dcl(Dcl) {} in MemberPointer()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.h90 Decl *Dcl; member
H A DTransforms.cpp222 ValueDecl *Dcl; member in __anon26e897370111::ReferenceCollector
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h376 const Decl *Dcl; member
386 DeclUpdate(unsigned Kind, const Decl *Dcl) : Kind(Kind), Dcl(Dcl) {} in DeclUpdate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp82 void SemaHLSL::ActOnFinishBuffer(Decl *Dcl, SourceLocation RBrace) { in ActOnFinishBuffer()
H A DSemaDeclCXX.cpp1876 static bool CheckConstexprDeclStmt(Sema &SemaRef, const FunctionDecl *Dcl, in CheckConstexprDeclStmt() argument
2030 CheckConstexprCtorInitializer(Sema & SemaRef,const FunctionDecl * Dcl,FieldDecl * Field,llvm::SmallSet<Decl *,16> & Inits,bool & Diagnosed,Sema::CheckConstexprKind Kind) CheckConstexprCtorInitializer() argument
2085 CheckConstexprFunctionStmt(Sema & SemaRef,const FunctionDecl * Dcl,Stmt * S,SmallVectorImpl<SourceLocation> & ReturnStmts,SourceLocation & Cxx1yLoc,SourceLocation & Cxx2aLoc,SourceLocation & Cxx2bLoc,Sema::CheckConstexprKind Kind) CheckConstexprFunctionStmt() argument
2247 CheckConstexprFunctionBody(Sema & SemaRef,const FunctionDecl * Dcl,Stmt * Body,Sema::CheckConstexprKind Kind) CheckConstexprFunctionBody() argument
2457 CheckConstexprMissingReturn(Sema & SemaRef,const FunctionDecl * Dcl) CheckConstexprMissingReturn() argument
11698 ActOnFinishNamespaceDef(Decl * Dcl,SourceLocation RBrace) ActOnFinishNamespaceDef() argument
17920 SetDeclDeleted(Decl * Dcl,SourceLocation DelLoc,StringLiteral * Message) SetDeclDeleted() argument
17973 SetDeclDefaulted(Decl * Dcl,SourceLocation DefaultLoc) SetDeclDefaulted() argument
18397 Decl *Dcl = ActOnDeclarator(S, D); ActOnCXXConditionDeclaration() local
[all...]
H A DSema.cpp2754 bool Result = llvm::all_of(LR, [](Decl *Dcl) { in isDeclaratorFunctionLike()
H A DSemaDeclObjC.cpp2123 Decl *Dcl = Decls[i]; in ActOnFinishObjCImplementation() local
H A DSemaDecl.cpp6046 Decl *Dcl = HandleDeclarator(S, D, MultiTemplateParamsArg()); in ActOnDeclarator() local
15219 Decl *Dcl = ActOnStartOfFunctionDef(FnBodyScope, DP, SkipBody, BodyKind); in ActOnStartOfFunctionDef() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2267 DeclResult Dcl = Actions.ActOnCXXConditionDeclaration(getCurScope(), in ParseCXXCondition() local
H A DParseDecl.cpp3356 void Parser::DistributeCLateParsedAttrs(Decl *Dcl, in DistributeCLateParsedAttrs()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1781 Decl *Dcl; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2196 void RewriteModernObjC::RewriteObjCQualifiedInterfaceTypes(Decl *Dcl) { in RewriteObjCQualifiedInterfaceTypes()