Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp3706 static unsigned moduleKindForDiagnostic(ModuleKind Kind) { in moduleKindForDiagnostic() function
3752 Diag(diag::err_module_file_not_found) << moduleKindForDiagnostic(Type) in ReadASTCore()
3764 Diag(diag::err_module_file_out_of_date) << moduleKindForDiagnostic(Type) in ReadASTCore()
3787 Diag(diag::err_module_file_invalid) << moduleKindForDiagnostic(Type) in ReadASTCore()