reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1771 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); 1777 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) { 1794 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() && 1794 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() && 1795 !ValType->isBlockPointerType() && !ValType->isFloatingType()) { 1795 !ValType->isBlockPointerType() && !ValType->isFloatingType()) { 1802 if (Context.getTypeSize(ValType) > MaxWidth) { 1809 switch (ValType.getObjCLifetime()) { 1819 << ValType << PointerArg->getSourceRange(); 1824 TheCall->setType(ValType); 1831 Context, ValType, /*consume*/ false);