Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h130 (NumArgs > 1 && CCE->getArg(1)->isDefaultArgument())) && in IgnoreElidableImplicitConstructorSingleStep()
131 !CCE->getArg(0)->isDefaultArgument() && !CCE->isListInitialization()) in IgnoreElidableImplicitConstructorSingleStep()
H A DExpr.h984 bool isDefaultArgument() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp984 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
H A DExprCXX.cpp579 if (!Arg->isDefaultArgument()) { in getEndLoc()
H A DStmtPrinter.cpp2169 if ((*Arg)->isDefaultArgument()) in VisitCXXTemporaryObjectExpr()
H A DExpr.cpp3165 bool Expr::isDefaultArgument() const { in isDefaultArgument() function in Expr
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2379 bool isDefaultArgument = in DiagnoseDependentMemberLookup() local
2386 !isDefaultArgument; in DiagnoseDependentMemberLookup()
2425 if (isDefaultArgument && ((*R.begin())->isCXXInstanceMember())) { in DiagnoseDependentMemberLookup()
H A DSemaDeclCXX.cpp15905 if (!Args[1]->isDefaultArgument()) in hasOneRealArgument()
15910 return !Args[0]->isDefaultArgument(); in hasOneRealArgument()
H A DTreeTransform.h247 return E->isDefaultArgument(); in DropCallArgument()