Searched refs:parseDebugLoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h93 Expected<RemarkLocation> parseDebugLoc(yaml::KeyValueNode &Node);
H A DYAMLRemarkParser.cpp243 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(RemarkField))
320 YAMLRemarkParser::parseDebugLoc(yaml::KeyValueNode &Node) { function in class:YAMLRemarkParser
384 if (Expected<RemarkLocation> MaybeLoc = parseDebugLoc(ArgEntry)) {

Completed in 154 milliseconds