OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isObjCRetainableType
(Results
1 - 20
of
20
) sorted by null
/external/clang/lib/ARCMigrate/
TransGCAttrs.cpp
194
if (!Attr.ModifiedType->
isObjCRetainableType
()) {
209
!Attr.ModifiedType->
isObjCRetainableType
())
235
if (T.isNull() || !T->
isObjCRetainableType
())
TransUnbridgedCasts.cpp
90
if (castType->
isObjCRetainableType
() == castExprType->
isObjCRetainableType
())
105
if (castType->
isObjCRetainableType
())
TransProperties.cpp
133
if (!getPropertyType(props)->
isObjCRetainableType
())
Transforms.cpp
367
return !AttrT->getModifiedType()->
isObjCRetainableType
();
ObjCMT.cpp
227
bool RetainableObject = ArgType->
isObjCRetainableType
();
/external/clang/lib/Analysis/
PrintfFormatString.cpp
398
if (QT->
isObjCRetainableType
()) {
/external/clang/lib/Sema/
SemaObjCProperty.cpp
57
type->
isObjCRetainableType
()) {
[
all
...]
SemaType.cpp
[
all
...]
SemaInit.cpp
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaExprCXX.cpp
[
all
...]
SemaDeclAttr.cpp
[
all
...]
SemaDeclCXX.cpp
[
all
...]
/external/clang/lib/CodeGen/
CGBlocks.cpp
419
} else if (variable->getType()->
isObjCRetainableType
()) {
[
all
...]
CodeGenFunction.cpp
576
RetTy->
isObjCRetainableType
())
[
all
...]
CGCall.cpp
[
all
...]
/external/clang/lib/AST/
Type.cpp
[
all
...]
DeclCXX.cpp
661
if (T->
isObjCRetainableType
() || T.isObjCGCStrong()) {
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/include/clang/AST/
Type.h
[
all
...]
Completed in 319 milliseconds