OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Desugared
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp
2769
QualType
Desugared
2771
if (
Desugared
== T)
2774
T =
Desugared
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
6983
QualType
Desugared
= Type;
6987
Desugared
= AT->getModifiedType();
6988
AT = dyn_cast<AttributedType>(
Desugared
);
7020
if (!isa<PointerType>(
Desugared
)) {
7097
QualType
desugared
= type;
local
7098
while (auto attributed = dyn_cast<AttributedType>(
desugared
.getTypePtr())) {
7117
desugared
= attributed->getModifiedType();
7124
if (auto existingNullability =
desugared
->getNullability(S.Context)) {
7131
if (auto typedefType =
desugared
->getAs<TypedefType>()) {
7148
if (!
desugared
->canHaveNullability() &
[
all
...]
Completed in 136 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026