Searched defs:DefArg (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/clang/test/CXX/temp/temp.param/ |
H A D | p15-cxx0x.cpp | 119 template<typename ...Default> struct DefArg { struct 120 … { // expected-error {{default argument contains unexpanded parameter pack}} expected-note {{here}}
|
/aosp_15_r20/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
H A D | p1.cpp | 6 struct DefArg { struct
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 653 const ASTContext &C, const TemplateArgumentLoc &DefArg) { in setDefaultArgument()
|
H A D | Decl.cpp | 2332 StorageClass S, Expr *DefArg) { in Create()
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 2860 TemplateArgumentLoc DefArg in FinishTemplateArgumentDeduction() local
|
H A D | SemaTemplate.cpp | 6249 if (Expr *DefArg = NTTP->getDefaultArgument()) { in ActOnClassTemplateSpecialization() local
|
H A D | SemaOverload.cpp | 12671 ExprResult DefArg in BuildCallToObjectOfClassType() local
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 751 if (TypeSourceInfo *DefArg = D->getDefaultArgumentInfo()) in VisitTemplateTypeParmDecl() local 896 if (Expr *DefArg = D->getDefaultArgument()) in VisitNonTypeTemplateParmDecl() local
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | Decl.h | 1385 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | Decl.h | 1756 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | Decl.h | 1769 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | Decl.h | 1757 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | Decl.h | 1757 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
|