Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6461 std::optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in hasSameOverloadableAttrs() local
6465 if (!Cand1A || !Cand2A) in hasSameOverloadableAttrs()
6471 (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true); in hasSameOverloadableAttrs()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp9666 std::optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in compareEnableIfAttrs() local
9671 if (!Cand1A) in compareEnableIfAttrs()
9679 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()