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

Declarations

tools/clang/include/clang/Tooling/Execution.h
   85   void reportResult(StringRef Key, StringRef Value);

References

tools/clang/tools/extra/clang-doc/Mapper.cpp
   49     CDCtx.ECtx->reportResult(llvm::toHex(llvm::toStringRef(I.first->USR)),
   52     CDCtx.ECtx->reportResult(llvm::toHex(llvm::toStringRef(I.second->USR)),
tools/clang/tools/extra/tool-template/ToolTemplate.cpp
   70       Context.reportResult(Change.getKey(), D->getQualifiedNameAsString());
   75     Context.reportResult("START", "Start of TU.");
   78     Context.reportResult("END", "End of TU.");
tools/clang/unittests/Tooling/ExecutionTest.cpp
   48     Context->reportResult(Decl->getNameAsString(),