Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp1.cpp6 struct DefArg { struct
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp1.cpp6 struct DefArg { struct
/external/llvm-project/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp119 template<typename ...Default> struct DefArg { struct
120 … { // expected-error {{default argument contains unexpanded parameter pack}} expected-note {{here}}
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp119 template<typename ...Default> struct DefArg { struct
120 … { // expected-error {{default argument contains unexpanded parameter pack}} expected-note {{here}}
/external/llvm-project/clang-tools-extra/clangd/
DHover.cpp298 if (const Expr *DefArg = getDefaultArg(PVD)) { in toHoverInfoParam() local
/external/clang/lib/AST/
DDeclTemplate.cpp653 const ASTContext &C, const TemplateArgumentLoc &DefArg) { in setDefaultArgument()
DDecl.cpp2332 StorageClass S, Expr *DefArg) { in Create()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp819 const ASTContext &C, const TemplateArgumentLoc &DefArg) { in setDefaultArgument()
DDecl.cpp2707 StorageClass S, Expr *DefArg) { in Create()
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp2860 TemplateArgumentLoc DefArg in FinishTemplateArgumentDeduction() local
DSemaTemplate.cpp6249 if (Expr *DefArg = NTTP->getDefaultArgument()) { in ActOnClassTemplateSpecialization() local
DSemaOverload.cpp12671 ExprResult DefArg in BuildCallToObjectOfClassType() local
/external/clang/include/clang/AST/
DDecl.h1385 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
/external/clang/tools/libclang/
DCIndex.cpp751 if (TypeSourceInfo *DefArg = D->getDefaultArgumentInfo()) in VisitTemplateTypeParmDecl() local
896 if (Expr *DefArg = D->getDefaultArgument()) in VisitNonTypeTemplateParmDecl() local
/external/llvm-project/clang/include/clang/AST/
DDecl.h1625 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp770 if (TypeSourceInfo *DefArg = D->getDefaultArgumentInfo()) in VisitTemplateTypeParmDecl() local
934 if (Expr *DefArg = D->getDefaultArgument()) in VisitNonTypeTemplateParmDecl() local
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp2876 TemplateArgumentLoc DefArg = S.SubstDefaultTemplateArgumentIfAvailable( in ConvertDeducedTemplateArguments() local
DSemaTemplate.cpp8307 if (Expr *DefArg = NTTP->getDefaultArgument()) { in ActOnClassTemplateSpecialization() local
DSemaOverload.cpp14671 ExprResult DefArg in BuildCallToObjectOfClassType() local