Searched refs:AtomicBody (Results 1 – 1 of 1) sorted by relevance
6188 if (auto *AtomicBody = dyn_cast<Expr>(S)) { in checkStatement() local6189 AtomicBody = AtomicBody->IgnoreParenImpCasts(); in checkStatement()6190 if (AtomicBody->getType()->isScalarType() || in checkStatement()6191 AtomicBody->isInstantiationDependent()) { in checkStatement()6193 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()6202 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()6207 dyn_cast<UnaryOperator>(AtomicBody->IgnoreParenImpCasts())) { in checkStatement()6223 } else if (!AtomicBody->isInstantiationDependent()) { in checkStatement()6225 NoteLoc = ErrorLoc = AtomicBody->getExprLoc(); in checkStatement()6226 NoteRange = ErrorRange = AtomicBody->getSourceRange(); in checkStatement()[all …]