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.cpp3102 std::string ImportedName = ReadString(Record, Idx); in ReadControlBlock() local
3113 ImportedName, /*FileMapOnly*/ !IsImportingStdCXXModule); in ReadControlBlock()
3125 Diag(clang::diag::err_failed_to_find_module_file) << ImportedName; in ReadControlBlock()