Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DIgnoreExpr.h129 (NumArgs > 1 && CCE->getArg(1)->isDefaultArgument())) && in IgnoreElidableImplicitConstructorSingleStep()
130 !CCE->getArg(0)->isDefaultArgument() && !CCE->isListInitialization()) in IgnoreElidableImplicitConstructorSingleStep()
H A DExpr.h934 bool isDefaultArgument() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp901 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
H A DExprCXX.cpp524 if (!Arg->isDefaultArgument()) { in getEndLoc()
H A DStmtPrinter.cpp1930 if ((*Arg)->isDefaultArgument()) in VisitCXXTemporaryObjectExpr()
H A DExpr.cpp2951 bool Expr::isDefaultArgument() const { in isDefaultArgument() function in Expr
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp2146 bool isDefaultArgument = in DiagnoseDependentMemberLookup() local
2153 !isDefaultArgument; in DiagnoseDependentMemberLookup()
2192 if (isDefaultArgument && ((*R.begin())->isCXXInstanceMember())) { in DiagnoseDependentMemberLookup()
H A DSemaDeclCXX.cpp15034 if (!Args[1]->isDefaultArgument()) in hasOneRealArgument()
15039 return !Args[0]->isDefaultArgument(); in hasOneRealArgument()
H A DTreeTransform.h239 return E->isDefaultArgument(); in DropCallArgument()