Searched defs:SelfDecl (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckObjCDealloc.cpp | 973 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc() local
|
H A D | NullabilityChecker.cpp | 428 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 1432 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 D | ProgramState.cpp | 252 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); getSelfSVal() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBlocks.cpp | 1452 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), GenerateBlockFunction() local
|
H A D | CGDebugInfo.cpp | 4311 if (auto *SelfDecl = OMethod->getSelfDecl()) getOrCreateFunctionType() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 163 ImplicitParamDecl *SelfDecl = nullptr; variable
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferTest.cpp | 768 const ValueDecl *SelfDecl = findValueDecl(ASTCtx, "self"); TEST() local 6866 const ValueDecl *SelfDecl = findValueDecl(ASTCtx, "SelfPtr"); TEST() local
|