Home
last modified time | relevance | path

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

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