Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp319 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
358 bool ExtractAPIAction::PrepareToExecuteAction(CompilerInstance &CI) { in PrepareToExecuteAction()
415 void ExtractAPIAction::EndSourceFileAction() { in EndSourceFileAction()
428 ExtractAPIAction::CreateOutputFile(CompilerInstance &CI, StringRef InFile) { in CreateOutputFile()
/openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/
H A DFrontendActions.h24 class ExtractAPIAction : public ASTFrontendAction {
/openbsd-src/gnu/llvm/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp62 return std::make_unique<ExtractAPIAction>(); in CreateFrontendBaseAction()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp4008 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions() local
4062 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4063 ExtractAPIAction->addHeaderInput(Current); in BuildActions()
4079 ExtractAPIAction = EAA; in BuildActions()