Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h81 LeadingEmptyMacro = 0x10, // Empty macro exists before this token. enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1015 bool LeadingEmptyMacro = FilenameTok.hasLeadingEmptyMacro(); in LexHeaderName() local