OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SelfDecl
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp
244
const ImplicitParamDecl *
SelfDecl
= LCtx->getSelfDecl();
245
if (!
SelfDecl
)
247
return getSVal(getRegion(
SelfDecl
, LCtx));
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp
982
const ImplicitParamDecl *
SelfDecl
= LCtx->getSelfDecl();
983
assert(
SelfDecl
&& "No self in -dealloc?");
986
SelfValOut = State->getSVal(State->getRegion(
SelfDecl
, LCtx));
NullabilityChecker.cpp
384
const ImplicitParamDecl *
SelfDecl
= LocCtxt->getSelfDecl();
385
if (!
SelfDecl
)
388
SVal SelfVal = State->getSVal(State->getRegion(
SelfDecl
, LocCtxt));
391
dyn_cast<ObjCObjectPointerType>(
SelfDecl
->getType());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
1454
ImplicitParamDecl *
SelfDecl
= getterMethod->getSelfDecl();
1456
DeclRefExpr(Context,
SelfDecl
, false,
SelfDecl
->getType(), VK_LValue,
1460
Context,
SelfDecl
->getType(), CK_LValueToRValue, SelfExpr, nullptr,
1464
Ivar->getUsageType(
SelfDecl
->getType()),
1517
ImplicitParamDecl *
SelfDecl
= setterMethod->getSelfDecl();
1519
DeclRefExpr(Context,
SelfDecl
, false,
SelfDecl
->getType(), VK_LValue,
1523
Context,
SelfDecl
->getType(), CK_LValueToRValue, SelfExpr, nullptr,
1527
Ivar->getUsageType(
SelfDecl
->getType())
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026