reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
85 void reportResult(StringRef Key, StringRef Value);
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(),