Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp288 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()
310 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()
614 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()
746 static void setFileTypeForInput(TextAPIContext *Ctx, IO &IO) { in setFileTypeForInput()
763 auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()
806 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in NormalizedTBD_V4()
909 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()
1096 auto *File = static_cast<TextAPIContext *>(Context); in DiagHandler()
1111 TextAPIContext Ctx; in get()
1135 TextAPIContext Ctx; in writeToStream()
H A DTextStubCommon.cpp48 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in output()
95 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input()
190 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input()
H A DTextAPIContext.h23 struct TextAPIContext { struct