reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 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);