OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScalarHNode
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
YAMLTraits.cpp
65
void Input::
ScalarHNode
::anchor() {}
225
if (
ScalarHNode
*SN = dyn_cast<
ScalarHNode
>(CurrentNode)) {
257
if (
ScalarHNode
*SN = dyn_cast<
ScalarHNode
>(N)) {
288
if (
ScalarHNode
*SN = dyn_cast<
ScalarHNode
>(CurrentNode)) {
316
return new
ScalarHNode
(N, KeyStr);
/external/llvm/include/llvm/Support/
YAMLTraits.h
930
class
ScalarHNode
: public HNode {
933
ScalarHNode
(Node *n, StringRef s) : HNode(n), _value(s) { }
940
static inline bool classof(const
ScalarHNode
*) { return true; }
[
all
...]
Completed in 2104 milliseconds