Home
last modified time | relevance | path

Searched refs:selfIsPseudoStrong (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp122 bool selfIsPseudoStrong, selfIsConsumed; in VisitObjCMethodDecl() local
125 selfIsPseudoStrong, selfIsConsumed)); in VisitObjCMethodDecl()
/external/llvm-project/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp119 bool selfIsPseudoStrong, selfIsConsumed; in VisitObjCMethodDecl() local
122 selfIsPseudoStrong, selfIsConsumed)); in VisitObjCMethodDecl()
/external/clang/lib/AST/
DDeclObjC.cpp1007 bool &selfIsPseudoStrong, in getSelfType() argument
1010 selfIsPseudoStrong = false; in getSelfType()
1037 selfIsPseudoStrong = true; in getSelfType()
1044 selfIsPseudoStrong = true; in getSelfType()
1052 bool selfIsPseudoStrong, selfIsConsumed; in createImplicitParams() local
1054 getSelfType(Context, OID, selfIsPseudoStrong, selfIsConsumed); in createImplicitParams()
1063 if (selfIsPseudoStrong) in createImplicitParams()
/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1095 bool &selfIsPseudoStrong, in getSelfType() argument
1098 selfIsPseudoStrong = false; in getSelfType()
1125 selfIsPseudoStrong = true; in getSelfType()
1132 selfIsPseudoStrong = true; in getSelfType()
1140 bool selfIsPseudoStrong, selfIsConsumed; in createImplicitParams() local
1142 getSelfType(Context, OID, selfIsPseudoStrong, selfIsConsumed); in createImplicitParams()
1151 if (selfIsPseudoStrong) in createImplicitParams()
/external/clang/include/clang/AST/
DDeclObjC.h404 bool &selfIsPseudoStrong, bool &selfIsConsumed);
/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h421 bool &selfIsPseudoStrong, bool &selfIsConsumed) const;