Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2868 enum class ADLCallKind : bool { NotADL, UsesADL }; enumerator
2869 static constexpr ADLCallKind NotADL = ADLCallKind::NotADL; variable