Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp3044 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in hasSameOverloadableAttrs() local
3057 Cand2ID.clear(); in hasSameOverloadableAttrs()
3060 (*Cand2A)->getCond()->Profile(Cand2ID, B->getASTContext(), true); in hasSameOverloadableAttrs()
3064 if (Cand1ID != Cand2ID) in hasSameOverloadableAttrs()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOverload.cpp9411 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in compareEnableIfAttrs() local
9424 Cand2ID.clear(); in compareEnableIfAttrs()
9427 (*Cand2A)->getCond()->Profile(Cand2ID, S.getASTContext(), true); in compareEnableIfAttrs()
9428 if (Cand1ID != Cand2ID) in compareEnableIfAttrs()