HomeSort by relevance Sort by last modified time
    Searched defs:CanonType (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/AST/
InheritViz.cpp 64 QualType CanonType = Context.getCanonicalType(Type);
67 if (KnownVirtualBases.find(CanonType) != KnownVirtualBases.end())
72 KnownVirtualBases.insert(CanonType);
86 if (TypeName != CanonType.getAsString()) {
87 Out << "\\n(" << CanonType.getAsString() << ")";
127 QualType CanonType = Context.getCanonicalType(Type);
129 Out << "Class_" << CanonType.getAsOpaquePtr();
131 Out << "_" << DirectBaseCount[CanonType];
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 68 milliseconds