Searched defs:DefaultArg (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 858 ParsedType DefaultArg; ParseTypeParameter() local 993 ParsedTemplateArgument DefaultArg; ParseTemplateTemplateParameter() local 1043 ExprResult DefaultArg; ParseNonTypeTemplateParameter() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 73 const Expr *DefaultArg; global() member in __anon5bed44920111::CheckDefaultArgumentVisitor 76 CheckDefaultArgumentVisitor(Sema & S,const Expr * DefaultArg) CheckDefaultArgumentVisitor() argument 330 ActOnParamDefaultArgument(Decl * param,SourceLocation EqualLoc,Expr * DefaultArg) ActOnParamDefaultArgument() argument 391 ActOnParamDefaultArgumentError(Decl * param,SourceLocation EqualLoc,Expr * DefaultArg) ActOnParamDefaultArgumentError() argument [all...] |
H A D | SemaTemplate.cpp | 1043 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 1685 TemplateArgumentLoc DefaultArg = translateTemplateArgument(*this, Default); ActOnTemplateTemplateParameter() local [all...] |
H A D | SemaLookup.cpp | 1642 auto &DefaultArg = D->getDefaultArgStorage(); hasAcceptableDefaultArgument() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 4533 auto *DefaultArg = Record.readExpr(); UpdateDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 3923 } else if (const CXXDefaultArgExpr *DefaultArg isNullPointerConstant() local
|