Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp197 static void printModuleId(raw_ostream &OS, InputIter Begin, InputIter End, in printModuleId() function
215 static void printModuleId(raw_ostream &OS, const Container &C) { in printModuleId() function
216 return printModuleId(OS, C.begin(), C.end()); in printModuleId()
229 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals); in getFullModuleName()
441 printModuleId(OS, &Name, &Name + 1); in print()
558 printModuleId(OS, UnresolvedExports[I].Id); in print()
581 printModuleId(OS, UnresolvedDirectUses[I]); in print()
598 printModuleId(OS, UnresolvedConflicts[I].Id); in print()