Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp673 FPOptions, MinNumArgs, NotADL) {}
946 LitEndLoc, FPFeatures, /*MinNumArgs=*/0, NotADL),
1934 RP, FPFeatures, MinNumArgs, NotADL) {} in CUDAKernelCallExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1088 IsADLCandidate(llvm::to_underlying(CallExpr::NotADL)), in OverloadCandidate()
H A DSema.h7424 ADLCallKind UsesADL = ADLCallKind::NotADL);
10367 ADLCallKind IsADLCandidate = ADLCallKind::NotADL,
10427 ADLCallKind IsADLCandidate = ADLCallKind::NotADL,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2940 enum class ADLCallKind : bool { NotADL, UsesADL }; enumerator
2941 static constexpr ADLCallKind NotADL = ADLCallKind::NotADL; variable
3016 ADLCallKind UsesADL = NotADL);
H A DExprCXX.h106 ADLCallKind UsesADL = NotADL);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8701 ADLCallKind::NotADL, in AddNonMemberOperatorCandidates()
8711 false, false, true, false, ADLCallKind::NotADL, {}, in AddNonMemberOperatorCandidates()
H A DSemaInit.cpp10133 /*PartialOverloading=*/false, AllowExplicit, ADLCallKind::NotADL, in DeduceTemplateSpecializationFromInitializer()
H A DSemaExpr.cpp6930 assert(UsesADL == ADLCallKind::NotADL && in BuildResolvedCallExpr()