Searched refs:printModuleId (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Module.cpp | 222 static void printModuleId(raw_ostream &OS, InputIter Begin, InputIter End, in printModuleId() function 240 static void printModuleId(raw_ostream &OS, const Container &C) { in printModuleId() function 241 return printModuleId(OS, C.begin(), C.end()); in printModuleId() 254 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals); in getFullModuleName() 489 printModuleId(OS, &Name, &Name + 1); in print() 605 printModuleId(OS, UnresolvedExports[I].Id); in print() 628 printModuleId(OS, UnresolvedDirectUses[I]); in print() 645 printModuleId(OS, UnresolvedConflicts[I].Id); in print()
|