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

/external/clang/include/clang/AST/
H A DType.h1796 QualType getCanonicalTypeInternal() const { function in class:clang::Type
3472 QualType Can = getCanonicalTypeInternal();
3537 return getCanonicalTypeInternal();
3632 QualType desugar() const { return getCanonicalTypeInternal(); }
3637 return !isCanonicalUnqualified() ? getCanonicalTypeInternal() : QualType();
3735 return isa<InjectedClassNameType>(getCanonicalTypeInternal());
3785 QualType desugar() const { return getCanonicalTypeInternal(); }
4692 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())
4699 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())

Completed in 268 milliseconds