Searched refs:DefArg (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | DeclTemplate.h | 988 void setDefaultArgument(TypeSourceInfo *DefArg, bool Inherited) { 989 DefaultArgument = DefArg; 1114 void setDefaultArgument(Expr *DefArg, bool Inherited) { 1115 DefaultArgumentAndInherited.setPointer(DefArg); 1339 void setDefaultArgument(const TemplateArgumentLoc &DefArg, bool Inherited) { 1340 DefaultArgument = DefArg;
|
| D | Decl.h | 1241 StorageClass S, Expr *DefArg) in ParmVarDecl() argument 1246 setDefaultArg(DefArg); in ParmVarDecl() 1254 StorageClass S, Expr *DefArg);
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReaderDecl.cpp | 1742 TypeSourceInfo *DefArg = GetTypeSourceInfo(Record, Idx); in VisitTemplateTypeParmDecl() local 1743 D->setDefaultArgument(DefArg, Inherited); in VisitTemplateTypeParmDecl() 1761 Expr *DefArg = Reader.ReadExpr(F); in VisitNonTypeTemplateParmDecl() local 1763 D->setDefaultArgument(DefArg, Inherited); in VisitNonTypeTemplateParmDecl()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaTemplateDeduction.cpp | 2874 TemplateArgumentLoc DefArg in FinishTemplateArgumentDeduction() local 2882 if (DefArg.getArgument().isNull()) { in FinishTemplateArgumentDeduction() 2891 if (CheckTemplateArgument(Param, DefArg, in FinishTemplateArgumentDeduction()
|
| D | SemaTemplate.cpp | 5836 if (Expr *DefArg = NTTP->getDefaultArgument()) { in ActOnClassTemplateSpecialization() local 5839 << DefArg->getSourceRange(); in ActOnClassTemplateSpecialization()
|
| D | SemaOverload.cpp | 11560 ExprResult DefArg in BuildCallToObjectOfClassType() local 11562 if (DefArg.isInvalid()) { in BuildCallToObjectOfClassType() 11567 Arg = DefArg.takeAs<Expr>(); in BuildCallToObjectOfClassType()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Decl.cpp | 2110 StorageClass S, Expr *DefArg) { in Create() argument 2112 S, DefArg); in Create()
|