Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp983 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in isInInstanceDealloc() local
DNullabilityChecker.cpp405 const ImplicitParamDecl *SelfDecl = LocCtxt->getSelfDecl(); in checkSelfIvarsForInvariantViolation() local
/external/clang/lib/Sema/
DSemaObjCProperty.cpp1253 ImplicitParamDecl *SelfDecl = getterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
1305 ImplicitParamDecl *SelfDecl = setterMethod->getSelfDecl(); in ActOnPropertyImplDecl() local
/external/clang/lib/Analysis/
DThreadSafetyCommon.cpp97 VarDecl *SelfDecl) { in translateAttrExpr()
DThreadSafety.cpp1252 VarDecl *SelfDecl) { in getMutexIDs()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp706 const ImplicitParamDecl *SelfDecl = LCtx->getSelfDecl(); in getSelfSVal() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp244 if (ImplicitParamDecl *SelfDecl = OMD->getSelfDecl()) { in getObjCMethodName() local
2827 if (auto *SelfDecl = OMethod->getSelfDecl()) in getOrCreateFunctionType() local
/external/clang/include/clang/AST/
DDeclObjC.h184 ImplicitParamDecl *SelfDecl; variable