Searched refs:TheTok (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp1079 Token TheTok; local
1080 RawLexer.LexFromRawLexer(TheTok);
1082 std::string MacroName = PP.getSpelling(TheTok);
1108 RawLexer.LexFromRawLexer(TheTok);
1117 if (TheTok.isNot(tok::l_paren))
1152 RawLexer.LexFromRawLexer(TheTok);
1155 (UnexpArgII == __VA_ARGS__II ? false : TheTok.is(tok::comma)))) {
1156 assert(TheTok.isNot(tok::eof) &&
1159 if (TheTok.is(tok::l_paren))
1162 if (TheTok
[all...]
H A DHTMLDiagnostics.cpp928 Token TheTok; local
929 rawLexer.LexFromRawLexer(TheTok);
930 for (unsigned i = 0, n = TheTok.getLength(); i < n; ++i)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp448 Token TheTok; local
449 if (getRawToken(Loc, TheTok, SM, LangOpts))
451 return TheTok.getLength();
534 Token TheTok; local
536 TheLexer.LexFromRawLexer(TheTok);
542 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData)
543 return TheTok.getLocation();
549 } while (TheTok.getKind() != tok::eof);
596 Token TheTok; local
616 TheLexer.LexFromRawLexer(TheTok);
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h255 unsigned getOffsetOfStringByte(const Token &TheTok, unsigned ByteNo) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1230 Token TheTok;
1231 TheLexer.LexFromRawLexer(TheTok);
1234 StringLiteralParser SLP(TheTok, SM, Features, Target);
1240 unsigned Offset = SLP.getOffsetOfStringByte(TheTok, ByteNo);

Completed in 139 milliseconds