Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp10744 const Expr *NotLValueExpr = X->isLValue() ? V : X; in ActOnOpenMPAtomicDirective() local
10748 NoteLoc = NotLValueExpr->getExprLoc(); in ActOnOpenMPAtomicDirective()
10749 NoteRange = NotLValueExpr->getSourceRange(); in ActOnOpenMPAtomicDirective()