Searched refs:printModuleId (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | Module.cpp | 217 static void printModuleId(raw_ostream &OS, InputIter Begin, InputIter End, in printModuleId() function 235 static void printModuleId(raw_ostream &OS, const Container &C) { in printModuleId() function 236 return printModuleId(OS, C.begin(), C.end()); in printModuleId() 249 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals); in getFullModuleName() 461 printModuleId(OS, &Name, &Name + 1); in print() 578 printModuleId(OS, UnresolvedExports[I].Id); in print() 601 printModuleId(OS, UnresolvedDirectUses[I]); in print() 618 printModuleId(OS, UnresolvedConflicts[I].Id); in print()
|