Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp371 char DirectiveBuf[20]; in SkipExcludedConditionalBlock() local
384 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()
385 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()