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

References

tools/clang/lib/AST/ASTContext.cpp
 8907   if (LHSClass == Type::FunctionProto) LHSClass = Type::FunctionNoProto;
 8907   if (LHSClass == Type::FunctionProto) LHSClass = Type::FunctionNoProto;
 8911   if (LHSClass == Type::VariableArray || LHSClass == Type::IncompleteArray)
 8911   if (LHSClass == Type::VariableArray || LHSClass == Type::IncompleteArray)
 8912     LHSClass = Type::ConstantArray;
 8917   if (LHSClass == Type::ObjCInterface) LHSClass = Type::ObjCObject;
 8917   if (LHSClass == Type::ObjCInterface) LHSClass = Type::ObjCObject;
 8921   if (LHSClass == Type::ExtVector) LHSClass = Type::Vector;
 8921   if (LHSClass == Type::ExtVector) LHSClass = Type::Vector;
 8925   if (LHSClass != RHSClass) {
 8946   switch (LHSClass) {