Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp6127 llvm::FoldingSetNodeID XId, LHSId, RHSId; in checkBinaryOperation() local
6132 RHS->IgnoreParenImpCasts()->Profile(RHSId, SemaRef.getASTContext(), in checkBinaryOperation()
6137 } else if (XId == RHSId) { in checkBinaryOperation()