HomeSort by: relevance | last modified time | path
    Searched defs:getSelfDecl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 178 const ImplicitParamDecl *getSelfDecl() const;
253 /// \copydoc AnalysisDeclContext::getSelfDecl()
254 const ImplicitParamDecl *getSelfDecl() const { return Ctx->getSelfDecl(); }
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 148 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const {
150 return MD->getSelfDecl();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 413 /// implicit parameters. This must be called prior to using getSelfDecl()
423 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; }

Completed in 33 milliseconds