Home | History | Annotate | Download | only in Support

Lines Matching refs:Level

404   /// @brief Remove all simple keys on FlowLevel \a Level.
405 void removeSimpleKeyCandidatesOnFlowLevel(unsigned Level);
480 /// @brief Current YAML indentation level in spaces.
489 /// @brief How deep we are in flow style containers. 0 Means at block level.
930 void Scanner::removeSimpleKeyCandidatesOnFlowLevel(unsigned Level) {
931 if (!SimpleKeys.empty() && (SimpleKeys.end() - 1)->FlowLevel == Level)
1032 // Reset the indentation level.