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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp537 ParsedType DefaultArg; local
640 ParsedTemplateArgument DefaultArg; local
688 ExprResult DefaultArg; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1446 auto &DefaultArg = D->getDefaultArgStorage(); local
H A DSemaExprCXX.cpp824 Expr *DefaultArg = local
H A DSemaTemplate.cpp791 TemplateArgumentLoc DefaultArg = translateTemplateArgument(*this, Default); local
548 ActOnTypeParameter(Scope *S, bool Typename, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument
[all...]
H A DSemaDeclCXX.cpp59 Expr *DefaultArg; member in class:__anon4003::CheckDefaultArgumentVisitor
297 ActOnParamDefaultArgument(Decl *param, SourceLocation EqualLoc, Expr *DefaultArg) argument
9519 Expr *DefaultArg = S.BuildCXXDefaultArgExpr(Class->getLocation(), CD, local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3635 auto DefaultArg = Reader.ReadExpr(F); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3856 Stmt *DefaultArg = getContext().getDefaultArgExprForConstructor(CD, I); local

Completed in 348 milliseconds