Searched defs:atomicType (Results 1 – 3 of 3) sorted by relevance
99 } else if (const auto *atomicType = type->getAs<AtomicType>()) { in addTypedData() local
787 QualType atomicType = E->getSubExpr()->getType(); in VisitCastExpr() local
1044 const AstTypeMatcher<AtomicType> atomicType; variable