Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DDeclObjC.cpp1145 ImplicitParamDecl::ObjCSelf); in createImplicitParams()
DStmtPrinter.cpp1010 if (PD->getParameterKind() == ImplicitParamDecl::ObjCSelf && in isImplicitSelf()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp458 if (ID->getParameterKind() == ImplicitParamDecl::ObjCSelf) in potentiallyWritesIntoIvar()
/external/llvm-project/clang/include/clang/AST/
DDecl.h1562 ObjCSelf, enumerator
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp4211 IPD->getParameterKind() == ImplicitParamDecl::ObjCSelf) in EmitDeclare()
4363 if (IPD->getParameterKind() == ImplicitParamDecl::ObjCSelf) in EmitDeclareOfBlockDeclRefVariable()
DCGBlocks.cpp1482 ImplicitParamDecl::ObjCSelf); in GenerateBlockFunction()