Searched refs:AtomicBody (Results 1 – 1 of 1) sorted by relevance
10540 if (auto *AtomicBody = dyn_cast<Expr>(S)) { in checkStatement() local10541 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 …]