Searched defs:getCanonicalType (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1765 CanQualType getCanonicalType(QualType T) const { function in class:clang::ASTContext
1766 return CanQualType::CreateUnsafe(T.getCanonicalType());
1769 const Type *getCanonicalType(const Type *T) const { function in class:clang::ASTContext
1782 return getCanonicalType(T1) == getCanonicalType(T2);
1786 return getCanonicalType(T1) == getCanonicalType(T2);
1807 return getCanonicalType(T1).getTypePtr() ==
1808 getCanonicalType(T2).getTypePtr();
H A DType.h764 QualType getCanonicalType() const;
4699 inline QualType QualType::getCanonicalType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType

Completed in 81 milliseconds