Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.h219 void readToken(int LevelDifference = 0);
HDUnwrappedLineParser.cpp214 readToken(); in parse()
1381 readToken(); in readTokenWithJavaScriptASI()
4753 readToken(LevelDifference); in nextToken()
4823 void UnwrappedLineParser::readToken(int LevelDifference) { in readToken() function in clang::format::UnwrappedLineParser
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTRecordReader.h346 Token readToken() { in readToken() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp429 AsmToks.push_back(Record.readToken()); in VisitMSAsmStmt()