Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h225 void readToken(int LevelDifference = 0);
H A DUnwrappedLineParser.cpp203 readToken(); in parse()
1377 readToken(); in readTokenWithJavaScriptASI()
4637 readToken(LevelDifference); in nextToken()
4707 void UnwrappedLineParser::readToken(int LevelDifference) { in readToken() function in clang::format::UnwrappedLineParser
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h341 Token readToken() { in readToken() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp429 AsmToks.push_back(Record.readToken()); in VisitMSAsmStmt()