OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelfD
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp
33
ImplicitParamDecl *
SelfD
;
38
ZeroOutInDeallocRemover(MigrationPass &pass) : Pass(pass),
SelfD
(0) {
54
if (!refE || refE->getDecl() !=
SelfD
)
111
SelfD
= D->getSelfDecl();
140
SelfD
= 0;
/external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
881
const VarDecl *
SelfD
= CalleeCtx->getAnalysisDeclContext()->getSelfDecl();
883
Loc SelfLoc = SVB.makeLoc(MRMgr.getVarRegion(
SelfD
, CalleeCtx));
[
all
...]
ExprEngine.cpp
139
const ImplicitParamDecl *
SelfD
= MD->getSelfDecl();
140
const MemRegion *R = state->getRegion(
SelfD
, InitLoc);
[
all
...]
Completed in 201 milliseconds