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/
DCheckObjCDealloc.cpp983 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc() local
DNullabilityChecker.cpp420 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation() local
/openbsd/src/gnu/llvm/clang/lib/Sema/
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/
DProgramState.cpp239 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal() local
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBlocks.cpp1482 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), in GenerateBlockFunction() local
DCGDebugInfo.cpp4012 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType() local
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclObjC.h165 ImplicitParamDecl *SelfDecl = nullptr; variable