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