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

References

tools/clang/lib/AST/ASTContext.cpp
 8908   if (RHSClass == Type::FunctionProto) RHSClass = Type::FunctionNoProto;
 8908   if (RHSClass == Type::FunctionProto) RHSClass = Type::FunctionNoProto;
 8913   if (RHSClass == Type::VariableArray || RHSClass == Type::IncompleteArray)
 8913   if (RHSClass == Type::VariableArray || RHSClass == Type::IncompleteArray)
 8914     RHSClass = Type::ConstantArray;
 8918   if (RHSClass == Type::ObjCInterface) RHSClass = Type::ObjCObject;
 8918   if (RHSClass == Type::ObjCInterface) RHSClass = Type::ObjCObject;
 8922   if (RHSClass == Type::ExtVector) RHSClass = Type::Vector;
 8922   if (RHSClass == Type::ExtVector) RHSClass = Type::Vector;
 8925   if (LHSClass != RHSClass) {