Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2301 static unsigned moduleKindForDiagnostic(ModuleKind Kind);
2430 << Filename << moduleKindForDiagnostic(ImportStack.back()->Kind) in getInputFile()
4473 static unsigned moduleKindForDiagnostic(ModuleKind Kind) { in moduleKindForDiagnostic() function
4524 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4536 << moduleKindForDiagnostic(Type) << FileName << !ErrorStr.empty() in ReadASTCore()
4559 << moduleKindForDiagnostic(Type) << FileName << std::move(Err); in ReadASTCore()