Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp858 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 DSemaDeclCXX.cpp73 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 DSemaTemplate.cpp1043 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 DSemaLookup.cpp1642 auto &DefaultArg = D->getDefaultArgStorage(); hasAcceptableDefaultArgument() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4533 auto *DefaultArg = Record.readExpr(); UpdateDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3923 } else if (const CXXDefaultArgExpr *DefaultArg isNullPointerConstant() local