Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7456 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in hasSameOverloadableAttrs() local
7468 Cand1ID.clear(); in hasSameOverloadableAttrs()
7471 (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true); in hasSameOverloadableAttrs()
7476 if (Cand1ID != Cand2ID) in hasSameOverloadableAttrs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10520 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in compareEnableIfAttrs() local
10532 Cand1ID.clear(); in compareEnableIfAttrs()
10535 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()
10537 if (Cand1ID != Cand2ID) in compareEnableIfAttrs()