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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DInheritViz.cpp62 QualType CanonType = Context.getCanonicalType(Type); local
126 QualType CanonType = Context.getCanonicalType(Type); local
H A DASTContext.cpp3097 QualType CanonType; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2371 QualType CanonType local
H A DSemaOverload.cpp6948 CanQualType CanonType = S.Context.getCanonicalType(*Enum); local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1937 ParenType(QualType InnerType, QualType CanonType) : argument
3920 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, QualType NamedType, QualType CanonType) argument
3983 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, QualType CanonType) argument

Completed in 275 milliseconds