Home
last modified time | relevance | path

Searched refs:TK_Key (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DYAMLParser.cpp144 TK_Key, enumerator
637 case Token::TK_Key: in dumpTokens()
1286 T.Kind = Token::TK_Key; in scanKey()
1299 T.Kind = Token::TK_Key; in scanValue()
2149 if (t.Kind == Token::TK_Key) in getKey()
2182 || t.Kind == Token::TK_Key in getValue()
2197 if (t.Kind == Token::TK_BlockEnd || t.Kind == Token::TK_Key) { in getValue()
2220 if (T.Kind == Token::TK_Key || T.Kind == Token::TK_Scalar) { in increment()
2475 case Token::TK_Key: in parseBlockNode()