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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DInheritViz.cpp64 QualType CanonType = Context.getCanonicalType(Type); local
127 QualType CanonType = Context.getCanonicalType(Type); local
H A DASTContext.cpp3433 QualType CanonType; local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2831 QualType CanonType local
2955 QualType CanonType = SemaRef.Context.getTemplateSpecializationType( local
H A DSemaOverload.cpp7628 CanQualType CanonType = S.Context.getCanonicalType(*Enum); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2119 ParenType(QualType InnerType, QualType CanonType) : argument
4270 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, QualType NamedType, QualType CanonType) argument
4336 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, QualType CanonType) argument

Completed in 223 milliseconds