Home
last modified time | relevance | path

Searched refs:HasProtectedAccessTo (Results 1 – 4 of 4) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Dexpr.cpp479 ThisType() -> HasProtectedAccessTo(method -> containing_type)) in ReportMethodNotFound()
1362 ThisType() -> HasProtectedAccessTo(containing_type)) in ReportVariableNotFound()
2074 this_type -> HasProtectedAccessTo(type))) in TypeAccessCheck()
2169 if (this_type -> HasProtectedAccessTo(containing_type)) in MemberAccessCheck()
H A Dsymbol.h980 bool HasProtectedAccessTo(TypeSymbol*);
H A Dsymbol.cpp1472 bool TypeSymbol::HasProtectedAccessTo(TypeSymbol* target_type) in HasProtectedAccessTo() function in Jikes::TypeSymbol
/dports/java/jikes/jikes-1.22/
H A DChangeLog4151 * src/symbol.cpp (HasProtectedAccessTo): Update to be in line with