Searched defs:TokLen (Results 1 – 10 of 10) sorted by relevance
/llvm-project/clang/include/clang/Lex/ |
H A D | Lexer.h | 625 unsigned TokLen = TokEnd-BufferPtr; FormTokenWithChars() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ElseAfterReturnCheck.cpp | 120 auto TokLen = [&](SourceLocation Loc) { in removeElseAndBrackets() local
|
/llvm-project/clang/lib/AST/ |
H A D | CommentLexer.cpp | 262 const unsigned TokLen = TokEnd - BufferPtr; in formTokenWithChars() local
|
/llvm-project/clang/lib/Rewrite/ |
H A D | HTMLRewrite.cpp | 499 unsigned TokLen = Tok.getLength(); SyntaxHighlightImpl() local
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldChecker.cpp | 144 Token = Expr.substr(0, TokLen); in getTokenForError() local
|
/llvm-project/clang/lib/Lex/ |
H A D | LiteralSupport.cpp | 2357 unsigned TokLen = Lexer::getSpelling(Tok, SpellingPtr, SM, Features, getOffsetOfStringByte() local
|
H A D | Lexer.cpp | 246 Create_PragmaLexer(SourceLocation SpellingLoc,SourceLocation ExpansionLocStart,SourceLocation ExpansionLocEnd,unsigned TokLen,Preprocessor & PP) Create_PragmaLexer() argument 1191 GetMappedTokenLoc(Preprocessor & PP,SourceLocation FileLoc,unsigned CharNo,unsigned TokLen) GetMappedTokenLoc() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SourceCode.cpp | 443 unsigned TokLen = getTokenLengthAtLoc(Result.getEnd(), SM, LangOpts); in toHalfOpenFileRange() local
|
H A D | XRefs.cpp | 229 auto TokLen = Lexer::MeasureTokenLength(Loc, SM, AST.getLangOpts()); makeLocation() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.cpp | 283 unsigned TokLen = getPreciseTokenLocEnd() local
|