Home
last modified time | relevance | path

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

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