Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DFrontend.h32 class InstallAPIAction : public ASTFrontendAction {
34 explicit InstallAPIAction(InstallAPIContext &Ctx) : Ctx(Ctx) {} in InstallAPIAction() function