Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp6127 llvm::FoldingSetNodeID XId, LHSId, RHSId; in checkBinaryOperation() local
6130 LHS->IgnoreParenImpCasts()->Profile(LHSId, SemaRef.getASTContext(), in checkBinaryOperation()
6134 if (XId == LHSId) { in checkBinaryOperation()