Searched refs:printModuleId (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | Module.cpp | 192 static void printModuleId(raw_ostream &OS, InputIter Begin, InputIter End, in printModuleId() function 210 static void printModuleId(raw_ostream &OS, const Container &C) { in printModuleId() function 211 return printModuleId(OS, C.begin(), C.end()); in printModuleId() 224 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals); in getFullModuleName() 412 printModuleId(OS, &Name, &Name + 1); in print() 529 printModuleId(OS, UnresolvedExports[I].Id); in print() 545 printModuleId(OS, UnresolvedDirectUses[I]); in print() 562 printModuleId(OS, UnresolvedConflicts[I].Id); in print()
|