OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToolInvocation
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Tooling/
Tooling.cpp
131
ToolInvocation
Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), ToolAction,
168
ToolInvocation
::
ToolInvocation
(std::vector<std::string> CommandLine,
176
ToolInvocation
::
ToolInvocation
(std::vector<std::string> CommandLine,
184
ToolInvocation
::~
ToolInvocation
() {
189
void
ToolInvocation
::setDiagnosticConsumer(DiagnosticConsumer *D) {
193
void
ToolInvocation
::mapVirtualFile(StringRef FilePath, StringRef Content) {
199
bool
ToolInvocation
::run()
[
all
...]
/external/clang/include/clang/Tooling/
Tooling.h
21
// multiple FrontendActions over code can use
ToolInvocation
.
180
class
ToolInvocation
{
191
ToolInvocation
(std::vector<std::string> CommandLine, FrontendAction *FAction,
199
ToolInvocation
(std::vector<std::string> CommandLine, ToolAction *Action,
202
~
ToolInvocation
();
/external/clang/unittests/Tooling/
ToolingTest.cpp
141
TEST(
ToolInvocation
, TestMapVirtualFile) {
149
clang::tooling::
ToolInvocation
Invocation(Args, new SyntaxOnlyAction,
156
TEST(
ToolInvocation
, TestVirtualModulesCompilation) {
168
clang::tooling::
ToolInvocation
Invocation(Args, new SyntaxOnlyAction,
Completed in 601 milliseconds