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

/external/clang/include/clang/AST/
H A DASTContext.h1557 CanQualType getCanonicalType(QualType T) const { function in class:clang::ASTContext
1558 return CanQualType::CreateUnsafe(T.getCanonicalType());
1561 const Type *getCanonicalType(const Type *T) const { function in class:clang::ASTContext
1574 return getCanonicalType(T1) == getCanonicalType(T2);
1595 return getCanonicalType(T1).getTypePtr() ==
1596 getCanonicalType(T2).getTypePtr();
H A DType.h721 QualType getCanonicalType() const;
4593 inline QualType QualType::getCanonicalType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType

Completed in 80 milliseconds