Searched defs:CheckError (Results 1 – 3 of 3) sorted by relevance
7 class CheckError(Exception): class in Checks
335 void SemanticsContext::CheckError(const Symbol &symbol) { in CheckError() function in Fortran::semantics::SemanticsContext
5841 auto CheckError = [&Importer](Decl *FromD) { in TEST_P() local