Home
last modified time | relevance | path

Searched refs:isDefaultArgument (Results 1 – 10 of 10) 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.h987 bool isDefaultArgument() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1020 Construct->getArg(0)->isDefaultArgument(); in VisitVarDecl()
H A DExprCXX.cpp579 if (!Arg->isDefaultArgument()) { in getEndLoc()
H A DStmtPrinter.cpp2306 if ((*Arg)->isDefaultArgument()) in VisitCXXTemporaryObjectExpr()
H A DExpr.cpp3185 bool Expr::isDefaultArgument() const { in isDefaultArgument() function in Expr
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp2453 bool isDefaultArgument = in DiagnoseDependentMemberLookup() local
2460 !isDefaultArgument; in DiagnoseDependentMemberLookup()
2499 if (isDefaultArgument && ((*R.begin())->isCXXInstanceMember())) { in DiagnoseDependentMemberLookup()
H A DSemaDeclCXX.cpp16194 if (!Args[1]->isDefaultArgument()) in hasOneRealArgument()
16199 return !Args[0]->isDefaultArgument(); in hasOneRealArgument()
H A DTreeTransform.h252 return E->isDefaultArgument(); in DropCallArgument()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc10298 {"_ZNK5clang4Expr17isDefaultArgumentEv", "clang::Expr::isDefaultArgument() const"},