Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp11378 llvm::FoldingSetNodeID XId, LHSId, RHSId; in checkBinaryOperation() local
11381 LHS->IgnoreParenImpCasts()->Profile(LHSId, SemaRef.getASTContext(), in checkBinaryOperation()
11385 if (XId == LHSId) { in checkBinaryOperation()