Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Lex/
DLexer.h288 bool IgnoreWhiteSpace = false);
DPreprocessor.h999 bool IgnoreWhiteSpace = false) {
1000 return Lexer::getRawToken(Loc, Result, SourceMgr, LangOpts, IgnoreWhiteSpace);
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DLexer.cpp439 bool IgnoreWhiteSpace) { in getRawToken() argument
457 if (!IgnoreWhiteSpace && isWhitespace(StrData[0])) in getRawToken()