Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp3024 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in hasSameOverloadableAttrs() local
3036 Cand1ID.clear(); in hasSameOverloadableAttrs()
3039 (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true); in hasSameOverloadableAttrs()
3044 if (Cand1ID != Cand2ID) in hasSameOverloadableAttrs()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp9414 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in compareEnableIfAttrs() local
9426 Cand1ID.clear(); in compareEnableIfAttrs()
9429 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()
9431 if (Cand1ID != Cand2ID) in compareEnableIfAttrs()