reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Tooling/Execution.h
   39 extern llvm::cl::opt<std::string> ExecutorName;

References

tools/clang/lib/Tooling/Execution.cpp
   69     if (I->getName() != ExecutorName) {
   84       llvm::Twine("Executor \"") + ExecutorName + "\" is not registered.",
tools/clang/tools/extra/clang-doc/tool/ClangDocMain.cpp
  185   ExecutorName.setInitialValue("all-TUs");