Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp3011 Optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in hasSameOverloadableAttrs() local
3015 if (!Cand1A || !Cand2A) in hasSameOverloadableAttrs()
3021 (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true); in hasSameOverloadableAttrs()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp9336 Optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in compareEnableIfAttrs() local
9341 if (!Cand1A) in compareEnableIfAttrs()
9349 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()