Home
last modified time | relevance | path

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

/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
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1432 DeclRefExpr(Context, SelfDecl, false, SelfDecl->getType(), VK_LValue, in ActOnPropertyImplDecl() local
1494 DeclRefExpr(Context, SelfDecl, false, SelfDecl->getType(), VK_LValue, in ActOnPropertyImplDecl() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp252 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); getSelfSVal() local
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1452 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), GenerateBlockFunction() local
H A DCGDebugInfo.cpp4311 if (auto *SelfDecl = OMethod->getSelfDecl()) getOrCreateFunctionType() local
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h163 ImplicitParamDecl *SelfDecl = nullptr; variable
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp768 const ValueDecl *SelfDecl = findValueDecl(ASTCtx, "self"); TEST() local
6866 const ValueDecl *SelfDecl = findValueDecl(ASTCtx, "SelfPtr"); TEST() local