Home
last modified time | relevance | path

Searched defs:DefArg (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp1.cpp6 struct DefArg { struct
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp119 template<typename ...Default> struct DefArg { struct
120 … { // expected-error {{default argument contains unexpanded parameter pack}} expected-note {{here}}
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.cpp310 const DefInit *DefArg = dyn_cast<DefInit>(NotArg); parseInstructionPatternMIFlags() local
/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp690 setDefaultArgument(const ASTContext & C,const TemplateArgumentLoc & DefArg) setDefaultArgument() argument
809 setDefaultArgument(const ASTContext & C,const TemplateArgumentLoc & DefArg) setDefaultArgument() argument
877 setDefaultArgument(const ASTContext & C,const TemplateArgumentLoc & DefArg) setDefaultArgument() argument
H A DDecl.cpp2907 Create(ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,StorageClass S,Expr * DefArg) Create() argument
/llvm-project/clang-tools-extra/clangd/
H A DHover.cpp377 DefArg->printPretty(OS, nullptr, PP); in toHoverInfoParam() local
/llvm-project/clang/include/clang/AST/
H A DDecl.h1769 ParmVarDecl(Kind DK,ASTContext & C,DeclContext * DC,SourceLocation StartLoc,SourceLocation IdLoc,const IdentifierInfo * Id,QualType T,TypeSourceInfo * TInfo,StorageClass S,Expr * DefArg) ParmVarDecl() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2990 TemplateArgumentLoc DefArg; ConvertDeducedTemplateArguments() local
H A DSemaOverload.cpp15028 ExprResult DefArg = PrepareArgumentsForCallToObjectOfClassType() local