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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp97 IsAtPhysicalStartOfLine = true;
1373 IsAtPhysicalStartOfLine = StartOfLine;
1973 IsAtPhysicalStartOfLine = true;
2533 bool atPhysicalStartOfLine = IsAtPhysicalStartOfLine;
2544 IsAtPhysicalStartOfLine = atPhysicalStartOfLine;
2839 // Note that this doesn't affect IsAtPhysicalStartOfLine.
2862 bool atPhysicalStartOfLine = IsAtPhysicalStartOfLine;
2863 IsAtPhysicalStartOfLine = false;
2958 IsAtPhysicalStartOfLine = true;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h83 bool IsAtPhysicalStartOfLine; member in class:clang::Lexer

Completed in 112 milliseconds