Home
last modified time | relevance | path

Searched defs:DefaultArg (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/CXX/special/class.temporary/
H A Dp6.cpp373 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 Dnested-implicit-deduction-guides.cpp22 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 Dp4.cpp43 struct DefaultArg {}; struct
45 template struct DefaultArg<X>; variable
/llvm-project/clang/test/Analysis/
H A Ddtor.cpp160 struct DefaultArg { struct
161 DefaultArg(int x = 0) {} in DefaultArg() function
/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp740 ParsedType DefaultArg; ParseTypeParameter() local
882 ParsedTemplateArgument DefaultArg; ParseTemplateTemplateParameter() local
932 ExprResult DefaultArg; ParseNonTypeTemplateParameter() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp108 const int DefaultArg = 9; // expected-note {{'DefaultArg' declared here}} variable
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp77 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 DSemaTemplate.cpp998 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 DSemaLookup.cpp1663 auto &DefaultArg = D->getDefaultArgStorage(); hasAcceptableDefaultArgument() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4588 auto *DefaultArg = Record.readExpr(); UpdateDecl() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp3998 } else if (const CXXDefaultArgExpr *DefaultArg isNullPointerConstant() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp3059 auto *DefaultArg = selectFirst<CXXDefaultArgExpr>( TEST() local