Home
last modified time | relevance | path

Searched defs:SelfDecl (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp983 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc() local
H A DNullabilityChecker.cpp420 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1454 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
1516 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp239 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1482 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), in GenerateBlockFunction() local
H A DCGDebugInfo.cpp4012 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h165 ImplicitParamDecl *SelfDecl = nullptr; variable