Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6925 std::optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in hasSameOverloadableAttrs() local
6929 if (!Cand1A || !Cand2A) in hasSameOverloadableAttrs()
6935 (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true); in hasSameOverloadableAttrs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10055 std::optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in compareEnableIfAttrs() local
10060 if (!Cand1A) in compareEnableIfAttrs()
10068 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()