Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DVariadicMacroSupport.h140 unsigned BeginsWithPlaceholder : 1; variable
158 BeginsWithPlaceholder(false), EndsWithPlaceholder(false) { in VAOptExpansionContext()
169 BeginsWithPlaceholder = false; in reset()
183 void hasPlaceholderAfterHashhashAtStart() { BeginsWithPlaceholder = true; } in hasPlaceholderAfterHashhashAtStart()
193 return BeginsWithPlaceholder; in beginsWithPlaceholder()