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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp184 /// interface that could handle this stuff. This would pull GetMappedTokenLoc
208 // GetMappedTokenLoc will remap the tokens as they are lexed.
1097 /// GetMappedTokenLoc - If lexing out of a 'mapped buffer', where we pretend the
1101 static LLVM_ATTRIBUTE_NOINLINE SourceLocation GetMappedTokenLoc(
1103 static SourceLocation GetMappedTokenLoc(Preprocessor &PP, function
1141 return GetMappedTokenLoc(*PP, FileLoc, CharNo, TokLen);

Completed in 102 milliseconds