Searched refs:errorException (Results 1 – 8 of 8) sorted by relevance
457 if (cd == ClassDeclaration::errorException || in blockExit()458 ClassDeclaration::errorException->isBaseOf(cd, NULL)) in blockExit()
272 static ClassDeclaration *errorException; variable
40 ClassDeclaration *ClassDeclaration::errorException;231 errorException = this; in ClassDeclaration()
1657 …return cd == ClassDeclaration::errorException || ClassDeclaration::errorException->isBaseOf(cd, NU… in isAnErrorException()
550 if (cd == ClassDeclaration.errorException || ClassDeclaration.errorException.isBaseOf(cd, null)) in checkThrow()
252 static ClassDeclaration *errorException; variable
151 ClassDeclaration errorException; variable359 errorException = this; in this()
1511 …return cd == ClassDeclaration.errorException || ClassDeclaration.errorException.isBaseOf(cd, null); in isAnErrorException()