reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
69 if (T->isReferenceType() || T->isPointerType()) { 69 if (T->isReferenceType() || T->isPointerType()) { 73 if (T->isBooleanType()) 76 if (T->isSignedIntegerOrEnumerationType()) { 77 switch (Ctx.getIntWidth(T)) { 91 if (T->isUnsignedIntegerOrEnumerationType()) { 92 switch (Ctx.getIntWidth(T)) { 106 if (T->isNullPtrType()) 109 if (auto *AT = dyn_cast<AtomicType>(T))