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

/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp305 bool parseSections(yaml::Node *SectionsN) { argument
306 yaml::SequenceNode *SN = dyn_cast<yaml::SequenceNode>(SectionsN);
308 YS.printError(SectionsN, "Sections must be a sequence");

Completed in 140 milliseconds