Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h219 void readToken(int LevelDifference = 0);
H A DUnwrappedLineParser.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/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h346 Token readToken() { in readToken() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp429 AsmToks.push_back(Record.readToken()); in VisitMSAsmStmt()