/llvm-project/clang/test/CXX/special/class.temporary/ |
H A D | p6.cpp | 373 struct DefaultArg { global() struct 374 DefaultArgP2718R0::default_arg::DefaultArg DefaultArg() argument 375 DefaultArgP2718R0::default_arg::DefaultArg DefaultArg() argument 376 ~DefaultArgP2718R0::default_arg::DefaultArg ~DefaultArg() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | nested-implicit-deduction-guides.cpp | 22 using DefaultArg = decltype(default_arg); typedef 23 using DefaultArg = default_ftd_argument<int>::B<const char *>; typedef
|
/llvm-project/clang/test/CXX/temp/temp.res/ |
H A D | p4.cpp | 43 struct DefaultArg {}; struct 45 template struct DefaultArg<X>; variable
|
/llvm-project/clang/test/Analysis/ |
H A D | dtor.cpp | 160 struct DefaultArg { struct 161 DefaultArg(int x = 0) {} in DefaultArg() function
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 740 ParsedType DefaultArg; ParseTypeParameter() local 882 ParsedTemplateArgument DefaultArg; ParseTemplateTemplateParameter() local 932 ExprResult DefaultArg; ParseNonTypeTemplateParameter() local [all...] |
/llvm-project/clang/test/SemaCXX/ |
H A D | typo-correction-delayed.cpp | 108 const int DefaultArg = 9; // expected-note {{'DefaultArg' declared here}} variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 77 CheckDefaultArgumentVisitor(Sema &S, const Expr *DefaultArg) member in __anon47e04d130111::CheckDefaultArgumentVisitor 80 CheckDefaultArgumentVisitor(Sema & S,const Expr * DefaultArg) CheckDefaultArgumentVisitor() argument 331 ActOnParamDefaultArgument(Decl * param,SourceLocation EqualLoc,Expr * DefaultArg) ActOnParamDefaultArgument() argument 386 ActOnParamDefaultArgumentError(Decl * param,SourceLocation EqualLoc,Expr * DefaultArg) ActOnParamDefaultArgumentError() argument [all...] |
H A D | SemaTemplate.cpp | 998 ActOnTypeParameter(Scope * S,bool Typename,SourceLocation EllipsisLoc,SourceLocation KeyLoc,IdentifierInfo * ParamName,SourceLocation ParamNameLoc,unsigned Depth,unsigned Position,SourceLocation EqualLoc,ParsedType DefaultArg,bool HasTypeConstraint) ActOnTypeParameter() argument 1625 TemplateArgumentLoc DefaultArg = translateTemplateArgument(*this, Default); ActOnTemplateTemplateParameter() local [all...] |
H A D | SemaLookup.cpp | 1663 auto &DefaultArg = D->getDefaultArgStorage(); hasAcceptableDefaultArgument() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 4588 auto *DefaultArg = Record.readExpr(); UpdateDecl() local
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 3998 } else if (const CXXDefaultArgExpr *DefaultArg isNullPointerConstant() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferTest.cpp | 3059 auto *DefaultArg = selectFirst<CXXDefaultArgExpr>( TEST() local
|