Home
last modified time | relevance | path

Searched defs:LeadingSpace (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DToken.h75 LeadingSpace = 0x02, // Whitespace exists before this token (considering enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp999 bool LeadingSpace = FilenameTok.hasLeadingSpace(); in LexHeaderName() local