Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp5910 auto EnableIfAttrs = getOrderedEnableIfAttrs(Function); in CheckEnableIf() local
5911 if (EnableIfAttrs.empty()) in CheckEnableIf()
5951 return EnableIfAttrs[0]; in CheckEnableIf()
5972 return EnableIfAttrs[0]; in CheckEnableIf()
5975 for (auto *EIA : EnableIfAttrs) { in CheckEnableIf()