Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp973 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc() local
H A DNullabilityChecker.cpp428 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp238 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); getSelfSVal() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1453 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); ActOnPropertyImplDecl() local
1515 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); ActOnPropertyImplDecl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1451 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), GenerateBlockFunction() local
H A DCGDebugInfo.cpp4158 if (auto *SelfDecl = OMethod->getSelfDecl()) getOrCreateFunctionType() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h163 ImplicitParamDecl *SelfDecl = nullptr; variable