| /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
| D | p1.cpp | 6 struct DefArg { struct
|
| /external/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
| D | p1.cpp | 6 struct DefArg { struct
|
| /external/llvm-project/clang/test/CXX/temp/temp.param/ |
| D | p15-cxx0x.cpp | 119 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/ |
| D | p15-cxx0x.cpp | 119 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/ |
| D | Hover.cpp | 298 if (const Expr *DefArg = getDefaultArg(PVD)) { in toHoverInfoParam() local
|
| /external/clang/lib/AST/ |
| D | DeclTemplate.cpp | 653 const ASTContext &C, const TemplateArgumentLoc &DefArg) { in setDefaultArgument()
|
| D | Decl.cpp | 2332 StorageClass S, Expr *DefArg) { in Create()
|
| /external/llvm-project/clang/lib/AST/ |
| D | DeclTemplate.cpp | 819 const ASTContext &C, const TemplateArgumentLoc &DefArg) { in setDefaultArgument()
|
| D | Decl.cpp | 2707 StorageClass S, Expr *DefArg) { in Create()
|
| /external/clang/lib/Sema/ |
| D | SemaTemplateDeduction.cpp | 2860 TemplateArgumentLoc DefArg in FinishTemplateArgumentDeduction() local
|
| D | SemaTemplate.cpp | 6249 if (Expr *DefArg = NTTP->getDefaultArgument()) { in ActOnClassTemplateSpecialization() local
|
| D | SemaOverload.cpp | 12671 ExprResult DefArg in BuildCallToObjectOfClassType() local
|
| /external/clang/include/clang/AST/ |
| D | Decl.h | 1385 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
|
| /external/clang/tools/libclang/ |
| D | CIndex.cpp | 751 if (TypeSourceInfo *DefArg = D->getDefaultArgumentInfo()) in VisitTemplateTypeParmDecl() local 896 if (Expr *DefArg = D->getDefaultArgument()) in VisitNonTypeTemplateParmDecl() local
|
| /external/llvm-project/clang/include/clang/AST/ |
| D | Decl.h | 1625 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()
|
| /external/llvm-project/clang/tools/libclang/ |
| D | CIndex.cpp | 770 if (TypeSourceInfo *DefArg = D->getDefaultArgumentInfo()) in VisitTemplateTypeParmDecl() local 934 if (Expr *DefArg = D->getDefaultArgument()) in VisitNonTypeTemplateParmDecl() local
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaTemplateDeduction.cpp | 2876 TemplateArgumentLoc DefArg = S.SubstDefaultTemplateArgumentIfAvailable( in ConvertDeducedTemplateArguments() local
|
| D | SemaTemplate.cpp | 8307 if (Expr *DefArg = NTTP->getDefaultArgument()) { in ActOnClassTemplateSpecialization() local
|
| D | SemaOverload.cpp | 14671 ExprResult DefArg in BuildCallToObjectOfClassType() local
|