Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp278 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()
300 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()
574 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()
710 static void setFileTypeForInput(TextAPIContext *Ctx, IO &IO) { in setFileTypeForInput()
727 auto *Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in mapping()
770 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in NormalizedTBD_V4()
863 auto Ctx = reinterpret_cast<TextAPIContext *>(IO.getContext()); in denormalize()
1061 auto *File = static_cast<TextAPIContext *>(Context); in DiagHandler()
1100 TextAPIContext Ctx; in get()
1139 TextAPIContext Ctx; in writeToStream()
H A DTextAPIContext.h23 struct TextAPIContext { struct