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

References

tools/clang/include/clang/Tooling/AllTUsExecution.h
   54   ExecutionContext *getExecutionContext() override { return &Context; };
   67   ExecutionContext Context;
tools/clang/include/clang/Tooling/Execution.h
  134   virtual ExecutionContext *getExecutionContext() = 0;
tools/clang/include/clang/Tooling/StandaloneExecution.h
   67   ExecutionContext *getExecutionContext() override { return &Context; };
   90   ExecutionContext Context;
tools/clang/tools/extra/clang-doc/Representation.cpp
  276 ClangDocContext::ClangDocContext(tooling::ExecutionContext *ECtx,
tools/clang/tools/extra/clang-doc/Representation.h
  416   ClangDocContext(tooling::ExecutionContext *ECtx, StringRef ProjectName,
  421   tooling::ExecutionContext *ECtx;
tools/clang/tools/extra/tool-template/ToolTemplate.cpp
   58   ToolTemplateCallback(ExecutionContext &Context) : Context(Context) {}
   82   ExecutionContext &Context;
tools/clang/unittests/Tooling/ExecutionTest.cpp
   39   explicit ASTConsumerWithResult(ExecutionContext *Context) : Context(Context) {
   56   ExecutionContext *const Context;
   61   explicit ReportResultAction(ExecutionContext *Context) : Context(Context) {
   75   ExecutionContext *const Context;
   80   ReportResultActionFactory(ExecutionContext *Context) : Context(Context) {}
   86   ExecutionContext *const Context;
  106   ExecutionContext *getExecutionContext() override { return nullptr; };