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

References

tools/clang/lib/AST/ASTContext.cpp
 3065   assert(getCanonicalType(T) != OverloadTy &&
 8681   if (getCanonicalType(retType) != LRetType)
 8683   if (getCanonicalType(retType) != RRetType)
 8764       if (getCanonicalType(paramType) != getCanonicalType(lParamType))
 8766       if (getCanonicalType(paramType) != getCanonicalType(rParamType))
tools/clang/lib/AST/DeclCXX.cpp
 2549   if (PointeeType.getUnqualifiedType() != ClassTy)
 2591   if (ParamType.getUnqualifiedType() != ClassTy)
tools/clang/lib/Sema/SemaDeclCXX.cpp
 5681     if (CT != Info.AbstractType) return;
13726   if (SemaRef.Context.getCanonicalType(ResultType) != ExpectedResultType)
13757   if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() !=
tools/clang/lib/Sema/SemaObjCProperty.cpp
 2357     if (Context.getCanonicalType(SetterMethod->getReturnType()) !=
tools/clang/lib/Sema/SemaOverload.cpp
 1712       S.Context.getCanonicalType(FromType) != S.Context.OverloadTy) {
tools/clang/lib/Sema/SemaStmt.cpp
 3532     if (!FD->isDependentContext() && OldDeducedType != NewDeducedType) {
tools/clang/lib/Sema/SemaType.cpp
 2035   assert(Context.getCanonicalType(T) != Context.OverloadTy &&
tools/clang/lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
  564   if (CanRetTy != Ctx.VoidTy && C.getLocationContext()->getParentMap()