Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerWriter.cpp125 bool selfIsPseudoStrong, selfIsConsumed; in VisitObjCMethodDecl() local
128 selfIsPseudoStrong, selfIsConsumed)); in VisitObjCMethodDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1144 bool &selfIsPseudoStrong, in getSelfType() argument
1147 selfIsPseudoStrong = false; in getSelfType()
1174 selfIsPseudoStrong = true; in getSelfType()
1181 selfIsPseudoStrong = true; in getSelfType()
1189 bool selfIsPseudoStrong, selfIsConsumed; in createImplicitParams() local
1191 getSelfType(Context, OID, selfIsPseudoStrong, selfIsConsumed); in createImplicitParams()
1200 if (selfIsPseudoStrong) in createImplicitParams()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h416 bool &selfIsPseudoStrong, bool &selfIsConsumed) const;