Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp632 char DirectiveBuf[20]; in SkipExcludedConditionalBlock() local
645 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()
646 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()