Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp10540 if (auto *AtomicBody = dyn_cast<Expr>(S)) { in checkStatement() local
10541 AtomicBody = AtomicBody->IgnoreParenImpCasts(); in checkStatement()
10542 if (AtomicBody->getType()->isScalarType() || in checkStatement()
10543 AtomicBody->isInstantiationDependent()) { in checkStatement()
10545 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()
10554 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()
10559 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()
10575 } else if (!AtomicBody->isInstantiationDependent()) { in checkStatement()
10577 NoteLoc = ErrorLoc = AtomicBody->getExprLoc(); in checkStatement()
10578 NoteRange = ErrorRange = AtomicBody->getSourceRange(); in checkStatement()
[all …]