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

/external/clang/include/clang/AST/
H A DType.h1736 QualType getCanonicalTypeInternal() const { function in class:clang::Type
3385 QualType Can = getCanonicalTypeInternal();
3451 return getCanonicalTypeInternal();
3545 QualType desugar() const { return getCanonicalTypeInternal(); }
3548 return isDeduced() ? getCanonicalTypeInternal() : QualType();
3664 return isa<InjectedClassNameType>(getCanonicalTypeInternal());
3714 QualType desugar() const { return getCanonicalTypeInternal(); }
4635 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())
4642 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())

Completed in 66 milliseconds