Home
last modified time | relevance | path

Searched refs:isDefaultArgument (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/AST/
DDeclPrinter.cpp701 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
DExprCXX.cpp494 if (!Arg->isDefaultArgument()) { in getLocEnd()
DStmtPrinter.cpp1716 if (Arg->isDefaultArgument()) in VisitCXXTemporaryObjectExpr()
DExpr.cpp2594 bool Expr::isDefaultArgument() const { in isDefaultArgument() function in Expr
/external/clang/include/clang/AST/
DExpr.h756 bool isDefaultArgument() const;
/external/clang/lib/Sema/
DSemaExpr.cpp1795 bool isDefaultArgument = !ActiveTemplateInstantiations.empty() && in DiagnoseEmptyLookup() local
1801 DC == CurMethod->getParent() && !isDefaultArgument; in DiagnoseEmptyLookup()
1857 if (isDefaultArgument && ((*R.begin())->isCXXInstanceMember())) { in DiagnoseEmptyLookup()
DSemaDeclCXX.cpp11245 if (!Args[1]->isDefaultArgument()) in hasOneRealArgument()
11250 return !Args[0]->isDefaultArgument(); in hasOneRealArgument()
DTreeTransform.h212 return E->isDefaultArgument(); in DropCallArgument()