Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1146 ImplicitParamDecl::ObjCSelf); in createImplicitParams()
H A DStmtPrinter.cpp1044 if (PD->getParameterKind() == ImplicitParamDecl::ObjCSelf && in isImplicitSelf()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1605 ObjCSelf, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp481 if (ID->getParameterKind() == ImplicitParamDecl::ObjCSelf) in potentiallyWritesIntoIvar()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4273 IPD->getParameterKind() == ImplicitParamDecl::ObjCSelf) in EmitDeclare()
4470 if (IPD->getParameterKind() == ImplicitParamDecl::ObjCSelf) in EmitDeclareOfBlockDeclRefVariable()
H A DCGBlocks.cpp1485 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()