Home
last modified time | relevance | path

Searched defs:HasLeadingSpace (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DTokenLexer.h79 bool HasLeadingSpace : 1; variable
H A DVariadicMacroSupport.h171 void sawHashOrHashAtBefore(const bool HasLeadingSpace, in sawHashOrHashAtBefore()
H A DLexer.h127 bool HasLeadingSpace; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1488 bool HasLeadingSpace = Tok.hasLeadingSpace(); in ExpandBuiltinMacro() local
H A DLexer.cpp2249 bool HasLeadingSpace = !isVerticalWhitespace(PrevChar); in SkipWhitespace() local