Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp3029 Optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in hasSameOverloadableAttrs() local
3033 if (!Cand1A || !Cand2A) in hasSameOverloadableAttrs()
3039 (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true); in hasSameOverloadableAttrs()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp9416 Optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in compareEnableIfAttrs() local
9421 if (!Cand1A) in compareEnableIfAttrs()
9429 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()
/external/clang/lib/Sema/
DSemaOverload.cpp8532 auto &Cand1A = *Cand1I++; in compareEnableIfAttrs() local
8533 Cand1A->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()