Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp3024 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in hasSameOverloadableAttrs() local
3037 Cand2ID.clear(); in hasSameOverloadableAttrs()
3040 (*Cand2A)->getCond()->Profile(Cand2ID, B->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
9427 Cand2ID.clear(); in compareEnableIfAttrs()
9430 (*Cand2A)->getCond()->Profile(Cand2ID, S.getASTContext(), true); in compareEnableIfAttrs()
9431 if (Cand1ID != Cand2ID) in compareEnableIfAttrs()