Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h24 class ExtractAPIAction : public ASTFrontendAction,
/src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp415 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
461 bool ExtractAPIAction::PrepareToExecuteAction(CompilerInstance &CI) { in PrepareToExecuteAction()
518 void ExtractAPIAction::EndSourceFileAction() { in EndSourceFileAction()
/src/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp64 return std::make_unique<ExtractAPIAction>(); in CreateFrontendBaseAction()
/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4168 ExtractAPIJobAction *ExtractAPIAction = nullptr; in BuildActions() local
4224 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4225 ExtractAPIAction->addHeaderInput(Current); in BuildActions()
4241 ExtractAPIAction = EAA; in BuildActions()