OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CanonicalType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
472
const Type *
CanonicalType
= // root of the typedef tree
474
TypeAliases[
CanonicalType
].insert(DeclNode);
1052
const Type *const
CanonicalType
=
1054
auto Aliases = TypeAliases.find(
CanonicalType
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
1357
QualType
CanonicalType
;
1360
: BaseType(baseType),
CanonicalType
(canon) {}
1470
///
CanonicalType
pointer points to itself. There is also a Type for 'foo' (a
1471
/// TypedefType). Its
CanonicalType
pointer points to the 'int' Type. Next
1880
return
CanonicalType
== QualType(this, 0);
2452
return
CanonicalType
;
2455
CanQualType getCanonicalTypeUnqualified() const; // in
CanonicalType
.h
2478
return dyn_cast<Class##Type>(
CanonicalType
); \
2481
return cast<Class##Type>(
CanonicalType
); \
3522
QualType
CanonicalType
, Expr *RowExpr
[
all
...]
Completed in 95 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026