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.cpp6920 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in hasSameOverloadableAttrs() local
6932 Cand1ID.clear(); in hasSameOverloadableAttrs()
6935 (*Cand1A)->getCond()->Profile(Cand1ID, A->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
10065 Cand1ID.clear(); in compareEnableIfAttrs()
10068 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()
10070 if (Cand1ID != Cand2ID) in compareEnableIfAttrs()