Home
last modified time | relevance | path

Searched refs:NotADL (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h949 : IsSurrogate(false), IsADLCandidate(CallExpr::NotADL), RewriteKind(CRK_None) {} in OverloadCandidate()
H A DSema.h4068 ADLCallKind IsADLCandidate = ADLCallKind::NotADL,
4111 ADLCallKind IsADLCandidate = ADLCallKind::NotADL,
6025 ADLCallKind UsesADL = ADLCallKind::NotADL);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp619 FPOptions, MinNumArgs, NotADL) {}
892 LitEndLoc, FPFeatures, /*MinNumArgs=*/0, NotADL),
1814 RP, FPFeatures, MinNumArgs, NotADL) {} in CUDAKernelCallExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2852 enum class ADLCallKind : bool { NotADL, UsesADL }; enumerator
2853 static constexpr ADLCallKind NotADL = ADLCallKind::NotADL; variable
2928 ADLCallKind UsesADL = NotADL);
2940 ADLCallKind UsesADL = NotADL);
H A DExprCXX.h104 ADLCallKind UsesADL = NotADL);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8222 true, ADLCallKind::NotADL, OverloadCandidateParamOrder::Reversed); in AddNonMemberOperatorCandidates()
8230 false, false, true, false, ADLCallKind::NotADL, std::nullopt, in AddNonMemberOperatorCandidates()
H A DSemaInit.cpp10717 /*PartialOverloading=*/false, AllowExplicit, ADLCallKind::NotADL, in DeduceTemplateSpecializationFromInitializer()
H A DSemaExpr.cpp7558 assert(UsesADL == ADLCallKind::NotADL && in BuildResolvedCallExpr()