Searched defs:ToolInvocation (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Tooling/
H A DTooling.h21 // multiple FrontendActions over code can use ToolInvocation.
180 class ToolInvocation { class in namespace:clang::tooling
191 ToolInvocation(std::vector<std::string> CommandLine, FrontendAction *FAction,
199 ToolInvocation(std::vector<std::string> CommandLine, ToolAction *Action,
202 ~ToolInvocation();
/external/clang/lib/Tooling/
H A DTooling.cpp131 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction,
168 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, function in class:clang::tooling::ToolInvocation
176 ToolInvocation::ToolInvocation(std::vector<std::string> CommandLine, function in class:clang::tooling::ToolInvocation
184 ToolInvocation::~ToolInvocation() {
189 void ToolInvocation::setDiagnosticConsumer(DiagnosticConsumer *D) {
193 void ToolInvocation::mapVirtualFile(StringRef FilePath, StringRef Content) {
199 bool ToolInvocation
[all...]

Completed in 150 milliseconds