HomeSort by relevance Sort by last modified time
    Searched refs:getSelfDecl (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/include/clang/Analysis/
AnalysisContext.h 181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const {
257 return Ctx->getSelfDecl();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const {
257 return Ctx->getSelfDecl();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const {
257 return Ctx->getSelfDecl();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const {
257 return Ctx->getSelfDecl();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const {
257 return Ctx->getSelfDecl();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const {
257 return Ctx->getSelfDecl();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const {
257 return Ctx->getSelfDecl();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const {
257 return Ctx->getSelfDecl();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/
AnalysisContext.h 181 const ImplicitParamDecl *getSelfDecl() const;
256 const ImplicitParamDecl *getSelfDecl() const {
257 return Ctx->getSelfDecl();
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCSelfInitChecker.cpp 413 if (!analCtx->getSelfDecl())
420 return (DR->getDecl() == analCtx->getSelfDecl());
CheckObjCDealloc.cpp     [all...]
DynamicTypePropagation.cpp 332 if (DRE->getDecl() == SFCtx->getSelfDecl()) {
    [all...]
NullabilityChecker.cpp 405 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl();
    [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 111 SelfD = D->getSelfDecl();
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 149 const ImplicitParamDecl *AnalysisDeclContext::getSelfDecl() const {
151 return MD->getSelfDecl();
BodyFarm.cpp 469 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl();
LiveVariables.cpp 286 LV.analysisContext.getSelfDecl());
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 706 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl();
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 445 GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl());
473 GetAddrOfLocalVar(cast<ObjCMethodDecl>(CurCodeDecl)->getSelfDecl());
531 args.push_back(OMD->getSelfDecl());
    [all...]
CGDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 611 D->getSelfDecl() != nullptr || D->getCmdDecl() != nullptr;
615 Record.AddDeclRef(D->getSelfDecl());
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 472 if (MD->getSelfDecl() == IPD) {
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 396 /// implict parameters. This must be called prior to using getSelfDecl()
406 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 398 /// implict parameters. This must be called prior to using getSelfDecl()
408 ImplicitParamDecl * getSelfDecl() const { return SelfDecl; }
    [all...]

Completed in 460 milliseconds

1 2