Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp1.cpp6 struct DefArg { struct
/llvm-project-15.0.7/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-15.0.7/clang-tools-extra/clangd/
H A DHover.cpp359 if (const Expr *DefArg = getDefaultArg(PVD)) { in toHoverInfoParam() local
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp855 const ASTContext &C, const TemplateArgumentLoc &DefArg) { in setDefaultArgument()
H A DDecl.cpp2817 StorageClass S, Expr *DefArg) { in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1688 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp771 if (TypeSourceInfo *DefArg = D->getDefaultArgumentInfo()) in VisitTemplateTypeParmDecl() local
940 if (Expr *DefArg = D->getDefaultArgument()) in VisitNonTypeTemplateParmDecl() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2722 TemplateArgumentLoc DefArg; in ConvertDeducedTemplateArguments() local
H A DSemaTemplate.cpp8361 if (Expr *DefArg = NTTP->getDefaultArgument()) { in ActOnClassTemplateSpecialization() local
H A DSemaOverload.cpp14188 ExprResult DefArg = in PrepareArgumentsForCallToObjectOfClassType() local