Home
last modified time | relevance | path

Searched refs:DoesNotApply (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3553 if (CallType != VariadicCallType::DoesNotApply && in checkCall()
3604 CallType == VariadicCallType::DoesNotApply) in checkCall()
3728 : VariadicCallType::DoesNotApply; in CheckConstructorCall()
3839 CallType = VariadicCallType::DoesNotApply; in CheckPointerCall()
6675 CallType != VariadicCallType::DoesNotApply, &FSI)) in CheckFormatArguments()
7671 InFunctionCall, VariadicCallType::DoesNotApply, BV, in GetSpecifiers()
8540 if (CallType == VariadicCallType::DoesNotApply) { in checkFormatExpr()
8554 if (CallType == VariadicCallType::DoesNotApply) in checkFormatExpr()
H A DSemaObjC.cpp1245 : VariadicCallType::DoesNotApply; in CheckObjCMethodCall()
H A DSemaExprCXX.cpp2450 : VariadicCallType::DoesNotApply; in BuildCXXNew()
H A DSemaExpr.cpp5793 return VariadicCallType::DoesNotApply; in getVariadicCallType()
6104 if (CallType != VariadicCallType::DoesNotApply) { in GatherArgumentsForCall()
H A DSemaOverload.cpp15532 VariadicCallType::DoesNotApply); in CreateOverloadedBinOp()
H A DSemaDeclCXX.cpp16377 : VariadicCallType::DoesNotApply; in CompleteConstructorCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h514 DoesNotApply enumerator
7966 VariadicCallType CallType = VariadicCallType::DoesNotApply,