Home
last modified time | relevance | path

Searched defs:TokLen (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/include/clang/Lex/
H A DLexer.h625 unsigned TokLen = TokEnd-BufferPtr; FormTokenWithChars() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp120 auto TokLen = [&](SourceLocation Loc) { in removeElseAndBrackets() local
/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp262 const unsigned TokLen = TokEnd - BufferPtr; in formTokenWithChars() local
/llvm-project/clang/lib/Rewrite/
H A DHTMLRewrite.cpp499 unsigned TokLen = Tok.getLength(); SyntaxHighlightImpl() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp144 Token = Expr.substr(0, TokLen); in getTokenForError() local
/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp2357 unsigned TokLen = Lexer::getSpelling(Tok, SpellingPtr, SM, Features, getOffsetOfStringByte() local
H A DLexer.cpp246 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 DSourceCode.cpp443 unsigned TokLen = getTokenLengthAtLoc(Result.getEnd(), SM, LangOpts); in toHalfOpenFileRange() local
H A DXRefs.cpp229 auto TokLen = Lexer::MeasureTokenLength(Loc, SM, AST.getLangOpts()); makeLocation() local
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp283 unsigned TokLen = getPreciseTokenLocEnd() local