Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6920 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in hasSameOverloadableAttrs() local
6933 Cand2ID.clear(); in hasSameOverloadableAttrs()
6936 (*Cand2A)->getCond()->Profile(Cand2ID, B->getASTContext(), true); in hasSameOverloadableAttrs()
6940 if (Cand1ID != Cand2ID) in hasSameOverloadableAttrs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10053 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in compareEnableIfAttrs() local
10066 Cand2ID.clear(); in compareEnableIfAttrs()
10069 (*Cand2A)->getCond()->Profile(Cand2ID, S.getASTContext(), true); in compareEnableIfAttrs()
10070 if (Cand1ID != Cand2ID) in compareEnableIfAttrs()