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

References

tools/clang/include/clang/AST/ASTContext.h
 2309     return getCanonicalType(T1) == getCanonicalType(T2);
 2309     return getCanonicalType(T1) == getCanonicalType(T2);
tools/clang/lib/AST/ASTContext.cpp
 3152     Canonical = getMemberPointerType(getCanonicalType(T),getCanonicalType(Cls));
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp
  372         ActiveASTContext->getCanonicalType(TypeNode);
  763       ActiveASTContext->getCanonicalType(TypeNode);
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
   93       NNSType = Context.getCanonicalType(NNSType);
tools/clang/lib/Sema/SemaCast.cpp
 2372     DestPtr = Self.getASTContext().getCanonicalType(DestType.getTypePtr()),
 2373     SrcPtr  = Self.getASTContext().getCanonicalType(SrcType.getTypePtr());
tools/clang/lib/Sema/SemaDeclCXX.cpp
12175     const Type *CanonicalT = S.Context.getCanonicalType(T.getTypePtr());
tools/clang/lib/Sema/SemaExprCXX.cpp
 6465   const Type *T = Context.getCanonicalType(E->getType().getTypePtr());