Home
last modified time | relevance | path

Searched refs:Cand1ID (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
3056 Cand1ID.clear(); in hasSameOverloadableAttrs()
3059 (*Cand1A)->getCond()->Profile(Cand1ID, A->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
9423 Cand1ID.clear(); in compareEnableIfAttrs()
9426 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()
9428 if (Cand1ID != Cand2ID) in compareEnableIfAttrs()