Home
last modified time | relevance | path

Searched refs:getTokenPrefixLength (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h359 static unsigned getTokenPrefixLength(SourceLocation TokStart,
372 getTokenPrefixLength(TokStart, Characters, SM, LangOpts)); in AdvanceToTokenCharacter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp1147 unsigned GreaterLength = Lexer::getTokenPrefixLength( in ParseGreaterThanInTemplateList()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp721 unsigned Lexer::getTokenPrefixLength(SourceLocation TokStart, unsigned CharNo, in getTokenPrefixLength() function in Lexer