Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclPrinter.cpp760 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
DExprCXX.cpp423 if (!Arg->isDefaultArgument()) { in getLocEnd()
DStmtPrinter.cpp2029 if ((*Arg)->isDefaultArgument()) in VisitCXXTemporaryObjectExpr()
DExpr.cpp2481 bool Expr::isDefaultArgument() const { in isDefaultArgument() function in Expr
/external/clang/include/clang/AST/
DExpr.h788 bool isDefaultArgument() const;
/external/clang/lib/Sema/
DSemaExpr.cpp1891 bool isDefaultArgument = !ActiveTemplateInstantiations.empty() && in DiagnoseEmptyLookup() local
1897 DC == CurMethod->getParent() && !isDefaultArgument; in DiagnoseEmptyLookup()
1920 if (isDefaultArgument && ((*R.begin())->isCXXInstanceMember())) { in DiagnoseEmptyLookup()
DSemaDeclCXX.cpp11420 if (!Args[1]->isDefaultArgument()) in hasOneRealArgument()
11425 return !Args[0]->isDefaultArgument(); in hasOneRealArgument()
DTreeTransform.h213 return E->isDefaultArgument(); in DropCallArgument()