Searched defs:DefaultArg (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp63 const Expr *DefaultArg; member in class:__anon2055::CheckDefaultArgumentVisitor
66 CheckDefaultArgumentVisitor(Sema &S, const Expr *DefaultArg) argument
308 ActOnParamDefaultArgument(Decl *param, SourceLocation EqualLoc, Expr *DefaultArg) argument
[all...]
H A DSemaLookup.cpp1530 auto &DefaultArg = D->getDefaultArgStorage(); local
H A DSemaTemplate.cpp1530 TemplateArgumentLoc DefaultArg = translateTemplateArgument(*this, Default); local
1029 ActOnTypeParameter(Scope *S, bool Typename, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg, bool HasTypeConstraint) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4475 auto *DefaultArg = Record.readExpr(); local

Completed in 102 milliseconds