Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseTemplate.cpp538 ParsedType DefaultArg; in ParseTypeParameter() local
642 ParsedTemplateArgument DefaultArg; in ParseTemplateTemplateParameter() local
690 ExprResult DefaultArg; in ParseNonTypeTemplateParameter() local
/external/clang/test/Analysis/
Ddtor.cpp162 struct DefaultArg { struct
163 DefaultArg(int x = 0) {} in DefaultArg() function
/external/clang/test/SemaCXX/
Dtypo-correction-delayed.cpp108 const int DefaultArg = 9; // expected-note {{'DefaultArg' declared here}} variable
/external/clang/lib/Sema/
DSemaTemplate.cpp555 ParsedType DefaultArg) { in ActOnTypeParameter()
791 TemplateArgumentLoc DefaultArg = translateTemplateArgument(*this, Default); in ActOnTemplateTemplateParameter() local
DSemaDeclCXX.cpp59 Expr *DefaultArg; member in __anonb9d573a20111::CheckDefaultArgumentVisitor
298 Expr *DefaultArg) { in ActOnParamDefaultArgument()
9486 Expr *DefaultArg = S.BuildCXXDefaultArgExpr(Class->getLocation(), CD, in getDefaultArgExprsForConstructors() local
DSemaLookup.cpp1439 auto &DefaultArg = D->getDefaultArgStorage(); in hasVisibleDefaultArgument() local
DSemaExprCXX.cpp824 Expr *DefaultArg = in CheckCXXThrowOperand() local
/external/clang/lib/AST/
DExpr.cpp3329 } else if (const CXXDefaultArgExpr *DefaultArg in isNullPointerConstant() local
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp3856 Stmt *DefaultArg = getContext().getDefaultArgExprForConstructor(CD, I); in getAddrOfCXXCtorClosure() local