Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DObjectFilePCHContainerOperations.cpp122 bool selfIsPseudoStrong, selfIsConsumed; in VisitObjCMethodDecl() local
125 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/clang/include/clang/AST/
DDeclObjC.h404 bool &selfIsPseudoStrong, bool &selfIsConsumed);