Home
last modified time | relevance | path

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

/external/jsoncpp/include/json/
Dreader.h190 bool expectToken(TokenType type, Token& token, const char* message);
/external/llvm/include/llvm/Support/
DYAMLParser.h558 bool expectToken(int TK);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h561 bool expectToken(int TK);
/external/jsoncpp/src/lib_json/
Djson_reader.cpp234 bool Reader::expectToken(TokenType type, Token& token, const char* message) { in expectToken() function in Json::Reader
/external/llvm/lib/Support/
DYAMLParser.cpp2266 expectToken(Token::TK_DocumentStart); in Document()
2438 bool Document::expectToken(int TK) { in expectToken() function in Document