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

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

Completed in 101 milliseconds