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

/external/clang/include/clang/AST/
H A DType.h1795 QualType getCanonicalTypeInternal() const { function in class:clang::Type
3513 QualType Can = getCanonicalTypeInternal();
3578 return getCanonicalTypeInternal();
3676 QualType desugar() const { return getCanonicalTypeInternal(); }
3681 return !isCanonicalUnqualified() ? getCanonicalTypeInternal() : QualType();
3780 return isa<InjectedClassNameType>(getCanonicalTypeInternal());
3830 QualType desugar() const { return getCanonicalTypeInternal(); }
4741 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())
4748 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())

Completed in 844 milliseconds