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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DInheritViz.cpp64 QualType CanonType = Context.getCanonicalType(Type); local
128 QualType CanonType = Context.getCanonicalType(Type); local
H A DASTContext.cpp3169 QualType CanonType; local
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2660 QualType CanonType local
2784 QualType CanonType = SemaRef.Context.getTemplateSpecializationType( local
H A DSemaOverload.cpp7149 CanQualType CanonType = S.Context.getCanonicalType(*Enum); local
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1942 ParenType(QualType InnerType, QualType CanonType) : argument
3985 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, QualType NamedType, QualType CanonType) argument
4048 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, QualType CanonType) argument

Completed in 232 milliseconds