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 62 QualType CanonType = Context.getCanonicalType(Type);
65 if (KnownVirtualBases.find(CanonType) != KnownVirtualBases.end())
70 KnownVirtualBases.insert(CanonType);
84 if (TypeName != CanonType.getAsString()) {
85 Out << "\\n(" << CanonType.getAsString() << ")";
126 QualType CanonType = Context.getCanonicalType(Type);
128 Out << "Class_" << CanonType.getAsOpaquePtr();
130 Out << "_" << DirectBaseCount[CanonType];
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 21 milliseconds