Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2886 enum class ADLCallKind : bool { NotADL, UsesADL }; enumerator
2887 static constexpr ADLCallKind NotADL = ADLCallKind::NotADL; variable