Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp6350 auto NotLValueExpr = X->isLValue() ? V : X; in ActOnOpenMPAtomicDirective() local
6354 NoteLoc = NotLValueExpr->getExprLoc(); in ActOnOpenMPAtomicDirective()
6355 NoteRange = NotLValueExpr->getSourceRange(); in ActOnOpenMPAtomicDirective()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp9953 const Expr *NotLValueExpr = X->isLValue() ? V : X; in ActOnOpenMPAtomicDirective() local
9957 NoteLoc = NotLValueExpr->getExprLoc(); in ActOnOpenMPAtomicDirective()
9958 NoteRange = NotLValueExpr->getSourceRange(); in ActOnOpenMPAtomicDirective()