Home
last modified time | relevance | path

Searched refs:getBufferLocation (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLexer.h226 const char *getBufferLocation() const { return BufferPtr; } in getBufferLocation() function
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp492 if (TheLexer.getBufferLocation() > StrData) { in getBeginningOfFileToken()
496 if (TheLexer.getBufferLocation() - TheTok.getLength() <= StrData) in getBeginningOfFileToken()