Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDObjectFilePCHContainerOperations.cpp124 bool selfIsPseudoStrong, selfIsConsumed; in VisitObjCMethodDecl() local
127 selfIsPseudoStrong, selfIsConsumed)); in VisitObjCMethodDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.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()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h416 bool &selfIsPseudoStrong, bool &selfIsConsumed) const;