Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp5970 auto EnableIfAttrs = getOrderedEnableIfAttrs(Function); in CheckEnableIf() local
5971 if (EnableIfAttrs.empty()) in CheckEnableIf()
6002 return EnableIfAttrs[0]; in CheckEnableIf()
6022 return EnableIfAttrs[0]; in CheckEnableIf()
6025 for (auto *EIA : EnableIfAttrs) { in CheckEnableIf()