Searched refs:AtomicBody (Results 1 – 1 of 1) sorted by relevance
11514 if (auto *AtomicBody = dyn_cast<Expr>(S)) { in checkStatement() local11515 AtomicBody = AtomicBody->IgnoreParenImpCasts(); in checkStatement()11516 if (AtomicBody->getType()->isScalarType() || in checkStatement()11517 AtomicBody->isInstantiationDependent()) { in checkStatement()11519 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()11528 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()11533 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()11549 } else if (!AtomicBody->isInstantiationDependent()) { in checkStatement()11551 NoteLoc = ErrorLoc = AtomicBody->getExprLoc(); in checkStatement()11552 NoteRange = ErrorRange = AtomicBody->getSourceRange(); in checkStatement()[all …]