Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp1.cpp6 struct DefArg { struct
/minix3/external/bsd/llvm/dist/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}}
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1983 TypeSourceInfo *DefArg = GetTypeSourceInfo(Record, Idx); in VisitTemplateTypeParmDecl() local
2002 Expr *DefArg = Reader.ReadExpr(F); in VisitNonTypeTemplateParmDecl() local
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp740 if (TypeSourceInfo *DefArg = D->getDefaultArgumentInfo()) in VisitTemplateTypeParmDecl() local
885 if (Expr *DefArg = D->getDefaultArgument()) in VisitNonTypeTemplateParmDecl() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp2210 StorageClass S, Expr *DefArg) { in Create()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2901 TemplateArgumentLoc DefArg in FinishTemplateArgumentDeduction() local
H A DSemaTemplate.cpp6102 if (Expr *DefArg = NTTP->getDefaultArgument()) { in ActOnClassTemplateSpecialization() local
H A DSemaOverload.cpp11997 ExprResult DefArg in BuildCallToObjectOfClassType() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h1261 TypeSourceInfo *TInfo, StorageClass S, Expr *DefArg) in ParmVarDecl()