HomeSort by: relevance | last modified time | path
    Searched refs:ObjCSelf (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 1146 ImplicitParamDecl::ObjCSelf);
StmtPrinter.cpp 1038 if (PD->getParameterKind() == ImplicitParamDecl::ObjCSelf &&
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 480 if (ID->getParameterKind() == ImplicitParamDecl::ObjCSelf)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 4291 // If this is implicit parameter of CXXThis or ObjCSelf kind, then give it an
4295 IPD->getParameterKind() == ImplicitParamDecl::ObjCSelf)
4492 if (IPD->getParameterKind() == ImplicitParamDecl::ObjCSelf)
CGBlocks.cpp 1485 ImplicitParamDecl::ObjCSelf);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h 1579 ObjCSelf,

Completed in 34 milliseconds