Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6926 std::optional<EnableIfAttr *> Cand2A = std::get<1>(Pair); in hasSameOverloadableAttrs() local
6929 if (!Cand1A || !Cand2A) in hasSameOverloadableAttrs()
6936 (*Cand2A)->getCond()->Profile(Cand2ID, B->getASTContext(), true); in hasSameOverloadableAttrs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10056 std::optional<EnableIfAttr *> Cand2A = std::get<1>(Pair); in compareEnableIfAttrs() local
10062 if (!Cand2A) in compareEnableIfAttrs()
10069 (*Cand2A)->getCond()->Profile(Cand2ID, S.getASTContext(), true); in compareEnableIfAttrs()