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

References

tools/clang/lib/AST/ASTContext.cpp
 9224   QualType LHSCan = getCanonicalType(LHS),
 9228     return LHS;
 9243       const auto *F = LHS->castAs<FunctionType>();
 9246         EPI.ExtInfo = getFunctionExtInfo(LHS);
 9277       return LHS;
 9284     QualType LHSBaseQT = LHS->castAs<ObjCObjectPointerType>()->getPointeeType();
 9288       return LHS;