Lines Matching refs:elog
108 elog("Can not parse LookupRequest from protobuf: {0}", Req.takeError()); in Lookup()
116 elog("Unable to convert Symbol to protobuf: {0}", in Lookup()
146 elog("Can not parse FuzzyFindRequest from protobuf: {0}", in FuzzyFind()
155 elog("Unable to convert Symbol to protobuf: {0}", in FuzzyFind()
184 elog("Can not parse RefsRequest from protobuf: {0}", Req.takeError()); in Refs()
192 elog("Unable to convert Ref to protobuf: {0}", in Refs()
222 elog("Can not parse RelationsRequest from protobuf: {0}", in Relations()
232 elog("Unable to convert Relation to protobuf: {0}", in Relations()
298 elog("Failed to load new index. Old index will be served."); in hotReload()
357 using clang::clangd::elog;
384 elog("Error while opening trace file {0}: {1}", TraceFile, EC.message()); in main()
402 elog("{0} does not exist.", IndexPath); in main()