Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp3030 Optional<EnableIfAttr *> Cand2A = std::get<1>(Pair); in hasSameOverloadableAttrs() local
3033 if (!Cand1A || !Cand2A) in hasSameOverloadableAttrs()
3040 (*Cand2A)->getCond()->Profile(Cand2ID, B->getASTContext(), true); in hasSameOverloadableAttrs()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp9417 Optional<EnableIfAttr *> Cand2A = std::get<1>(Pair); in compareEnableIfAttrs() local
9423 if (!Cand2A) in compareEnableIfAttrs()
9430 (*Cand2A)->getCond()->Profile(Cand2ID, S.getASTContext(), true); in compareEnableIfAttrs()