Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp12413 const Expr *NotLValueExpr = X->isLValue() ? V : X; in ActOnOpenMPAtomicDirective() local
12417 NoteLoc = NotLValueExpr->getExprLoc(); in ActOnOpenMPAtomicDirective()
12418 NoteRange = NotLValueExpr->getSourceRange(); in ActOnOpenMPAtomicDirective()