Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp124 bool selfIsPseudoStrong, selfIsConsumed; in VisitObjCMethodDecl() local
127 selfIsPseudoStrong, selfIsConsumed)); in VisitObjCMethodDecl()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp1147 bool &selfIsPseudoStrong, in getSelfType() argument
1150 selfIsPseudoStrong = false; in getSelfType()
1177 selfIsPseudoStrong = true; in getSelfType()
1184 selfIsPseudoStrong = true; in getSelfType()
1192 bool selfIsPseudoStrong, selfIsConsumed; in createImplicitParams() local
1194 getSelfType(Context, OID, selfIsPseudoStrong, selfIsConsumed); in createImplicitParams()
1203 if (selfIsPseudoStrong) in createImplicitParams()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h418 bool &selfIsPseudoStrong, bool &selfIsConsumed) const;