Home
last modified time | relevance | path

Searched refs:InstallAPIContext (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DFrontend.h30 std::unique_ptr<llvm::MemoryBuffer> createInputBuffer(InstallAPIContext &Ctx);
34 explicit InstallAPIAction(InstallAPIContext &Ctx) : Ctx(Ctx) {} in InstallAPIAction()
45 InstallAPIContext &Ctx;
H A DVisitor.h31 InstallAPIVisitor(ASTContext &ASTCtx, InstallAPIContext &Ctx, in InstallAPIVisitor()
79 InstallAPIContext &Ctx;
H A DContext.h26 struct InstallAPIContext { struct
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp77 InstallAPIContext::findAndRecordFile(const FileEntry *FE, in findAndRecordFile()
108 void InstallAPIContext::addKnownHeader(const HeaderFile &H) { in addKnownHeader()
135 std::unique_ptr<MemoryBuffer> createInputBuffer(InstallAPIContext &Ctx) { in createInputBuffer()