Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.cpp48 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in output()
95 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input()
191 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input()
H A DTextStub.cpp277 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()
299 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()
573 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()
709 static void setFileTypeForInput(TextAPIContext *Ctx, IO &IO) { in setFileTypeForInput()
726 auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()
769 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in NormalizedTBD_V4()
862 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()
1060 auto *File = static_cast<TextAPIContext *>(Context); in DiagHandler()
1099 TextAPIContext Ctx; in get()
1138 TextAPIContext Ctx; in writeToStream()
H A DTextAPIContext.h22 struct TextAPIContext { struct