Searched refs:AtomicBody (Results 1 – 1 of 1) sorted by relevance
11511 if (auto *AtomicBody = dyn_cast<Expr>(S)) { in checkStatement() local11512 AtomicBody = AtomicBody->IgnoreParenImpCasts(); in checkStatement()11513 if (AtomicBody->getType()->isScalarType() || in checkStatement()11514 AtomicBody->isInstantiationDependent()) { in checkStatement()11516 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()11525 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()11530 AtomicBody->IgnoreParenImpCasts())) { in checkStatement()11546 } else if (!AtomicBody->isInstantiationDependent()) { in checkStatement()11548 NoteLoc = ErrorLoc = AtomicBody->getExprLoc(); in checkStatement()11549 NoteRange = ErrorRange = AtomicBody->getSourceRange(); in checkStatement()[all …]