Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DumpTool/
DClangSrcLocDump.cpp153 ASTSrcLocGenerationAction ScopedToolAction; in main() local
154 Compiler.ExecuteAction(ScopedToolAction); in main()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
DTooling.cpp410 std::unique_ptr<FrontendAction> ScopedToolAction(create()); in runInvocation() local
419 const bool Success = Compiler.ExecuteAction(*ScopedToolAction); in runInvocation()