Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDToken.h265 bool hasLeadingSpace() const { return (Flags & LeadingSpace) ? true : false; } in hasLeadingSpace() function
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPMacroExpansion.cpp530 bool hasLeadingSpace = Identifier.hasLeadingSpace(); in HandleMacroExpandedIdentifier() local