Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp2271 static unsigned moduleKindForDiagnostic(ModuleKind Kind);
2400 << Filename << moduleKindForDiagnostic(ImportStack.back()->Kind) in getInputFile()
4449 static unsigned moduleKindForDiagnostic(ModuleKind Kind) { in moduleKindForDiagnostic() function
4500 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4512 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4535 << moduleKindForDiagnostic(Type) << FileName << std::move(Err); in ReadASTCore()
/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()