Searched refs:isDefaultArgument (Results 1 – 10 of 10) sorted by relevance
130 (NumArgs > 1 && CCE->getArg(1)->isDefaultArgument())) && in IgnoreElidableImplicitConstructorSingleStep()131 !CCE->getArg(0)->isDefaultArgument() && !CCE->isListInitialization()) in IgnoreElidableImplicitConstructorSingleStep()
987 bool isDefaultArgument() const;
1020 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
579 if (!Arg->isDefaultArgument()) { in getEndLoc()
2306 if ((*Arg)->isDefaultArgument()) in VisitCXXTemporaryObjectExpr()
3185 bool Expr::isDefaultArgument() const { in isDefaultArgument() function in Expr
2453 bool isDefaultArgument = in DiagnoseDependentMemberLookup() local2460 !isDefaultArgument; in DiagnoseDependentMemberLookup()2499 if (isDefaultArgument && ((*R.begin())->isCXXInstanceMember())) { in DiagnoseDependentMemberLookup()
16194 if (!Args[1]->isDefaultArgument()) in hasOneRealArgument()16199 return !Args[0]->isDefaultArgument(); in hasOneRealArgument()
252 return E->isDefaultArgument(); in DropCallArgument()
10298 {"_ZNK5clang4Expr17isDefaultArgumentEv", "clang::Expr::isDefaultArgument() const"},