OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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() << ")";
128
QualType
CanonType
= Context.getCanonicalType(Type);
130
Out << "Class_" <<
CanonType
.getAsOpaquePtr();
132
Out << "_" << DirectBaseCount[
CanonType
];
ASTContext.cpp
[
all
...]
/external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
Completed in 67 milliseconds