HomeSort by: relevance | last modified time | path
    Searched defs:CanonType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
InheritViz.cpp 63 QualType CanonType = Context.getCanonicalType(Type);
66 if (KnownVirtualBases.find(CanonType) != KnownVirtualBases.end())
71 KnownVirtualBases.insert(CanonType);
85 if (TypeName != CanonType.getAsString()) {
86 Out << "\\n(" << CanonType.getAsString() << ")";
126 QualType CanonType = Context.getCanonicalType(Type);
128 Out << "Class_" << CanonType.getAsOpaquePtr();
130 Out << "_" << DirectBaseCount[CanonType];
ASTContext.cpp 4731 QualType CanonType;
4733 CanonType = getCanonicalType(Underlying);
4740 CanonType = getCanonicalTemplateSpecializationType(Template, Args);
4751 = new (Mem) TemplateSpecializationType(Template, Args, CanonType,
5503 QualType CanonType = getCanonicalType(UnderlyingType);
5506 CanonType);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3573 QualType CanonType = SemaRef.Context.getTemplateSpecializationType(
3586 CanonType);
3927 QualType CanonType
3943 CanonType);
3974 ClassTemplate, Converted, InstTemplateArgs, CanonType, nullptr);
4051 QualType CanonType = SemaRef.Context.getTemplateSpecializationType(
4063 CanonType);

Completed in 39 milliseconds