Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2852 enum class ADLCallKind : bool { NotADL, UsesADL }; global() enumerator
2853 static constexpr ADLCallKind NotADL = ADLCallKind::NotADL; global() variable