Home
last modified time | relevance | path

Searched refs:ConstructorDeclarationCast (Results 1 – 6 of 6) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Djavaact.cpp1117 else if (declaration -> ConstructorDeclarationCast()) in MakeClassBody()
H A Dast.h561 inline AstConstructorDeclaration* ConstructorDeclarationCast();
5824 inline AstConstructorDeclaration* Ast::ConstructorDeclarationCast() in ConstructorDeclarationCast() function
H A Dsymbol.cpp227 declaration -> ConstructorDeclarationCast(); in SetLocation()
H A Dbytecode.cpp174 constructor_sym -> declaration -> ConstructorDeclarationCast(); in GenerateCode()
523 msym -> declaration -> ConstructorDeclarationCast(); in BeginMethod()
H A Dast.cpp437 member -> ConstructorDeclarationCast(); in AddClassBodyDeclaration()
H A Djava.g2055 else if (declaration -> ConstructorDeclarationCast())