OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModifiedType
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/ARCMigrate/
TransGCAttrs.cpp
117
Attr.
ModifiedType
= TL.getModifiedLoc().getType();
192
if (Attr.
ModifiedType
.isNull())
194
if (!Attr.
ModifiedType
->isObjCRetainableType()) {
208
if (Attr.
ModifiedType
.isNull() ||
209
!Attr.
ModifiedType
->isObjCRetainableType())
211
if (!canApplyWeak(MigrateCtx.Pass.Ctx, Attr.
ModifiedType
,
348
Attr.
ModifiedType
.dump();
Transforms.h
90
QualType
ModifiedType
;
/external/clang/include/clang/AST/
Type.h
[
all
...]
Completed in 634 milliseconds