Searched refs:printModuleId (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp191 static void printModuleId(raw_ostream &OS, InputIter Begin, InputIter End, function
209 static void printModuleId(raw_ostream &OS, const Container &C) { function
210 return printModuleId(OS, C.begin(), C.end());
223 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals);
426 printModuleId(OS, &Name, &Name + 1);
543 printModuleId(OS, UnresolvedExports[I].Id);
559 printModuleId(OS, UnresolvedDirectUses[I]);
576 printModuleId(OS, UnresolvedConflicts[I].Id);

Completed in 87 milliseconds