Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6456 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in hasSameOverloadableAttrs() local
6468 Cand1ID.clear(); in hasSameOverloadableAttrs()
6471 (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true); in hasSameOverloadableAttrs()
6476 if (Cand1ID != Cand2ID) in hasSameOverloadableAttrs()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp9664 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in compareEnableIfAttrs() local
9676 Cand1ID.clear(); in compareEnableIfAttrs()
9679 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()
9681 if (Cand1ID != Cand2ID) in compareEnableIfAttrs()