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

/external/clang/include/clang/AST/
H A DType.h1972 QualType getCanonicalTypeInternal() const { function in class:clang::Type
3773 QualType Can = getCanonicalTypeInternal();
3838 return getCanonicalTypeInternal();
3940 QualType desugar() const { return getCanonicalTypeInternal(); }
3945 return !isCanonicalUnqualified() ? getCanonicalTypeInternal() : QualType();
4042 return isa<InjectedClassNameType>(getCanonicalTypeInternal());
4092 QualType desugar() const { return getCanonicalTypeInternal(); }
5134 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())
5141 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())

Completed in 161 milliseconds