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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp635 if (ID->getParameterKind() == ImplicitParamKind::ObjCSelf)
1397 if (ImplParam->getParameterKind() == ImplicitParamKind::ObjCSelf) {
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1204 if (PD->getParameterKind() == ImplicitParamKind::ObjCSelf &&
H A DDeclObjC.cpp1197 ImplicitParamKind::ObjCSelf);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4638 // If this is implicit parameter of CXXThis or ObjCSelf kind, then give it an
4642 IPD->getParameterKind() == ImplicitParamKind::ObjCSelf)
4975 if (IPD->getParameterKind() == ImplicitParamKind::ObjCSelf)
H A DCGBlocks.cpp1453 ImplicitParamKind::ObjCSelf); member in class:ImplicitParamKind
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1687 ObjCSelf,

Completed in 275 milliseconds