Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3281 StringRef ImportedName = ReadStringBlob(Record, Idx, Blob); in ReadControlBlock() local
3300 ImportedName, /*FileMapOnly*/ !IsImportingStdCXXModule); in ReadControlBlock()
3303 Diag(diag::err_failed_to_find_module_file) << ImportedName; in ReadControlBlock()
3356 Imported != nullptr && Imported->ModuleName != ImportedName) { in ReadControlBlock()
3357 Diag(diag::err_failed_to_find_module_file) << ImportedName; in ReadControlBlock()