Searched refs:getRawTag (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp56 if (N->getRawTag().empty())
60 N->getRawTag() + "'!");
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h153 StringRef getRawTag() const { return Tag; } function in class:llvm::yaml::Node
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp274 auto Type = StringSwitch<remarks::Type>(Node.getRawTag())

Completed in 164 milliseconds