Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp452 char DirectiveBuf[20]; in SkipExcludedConditionalBlock() local
465 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()
466 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp502 char DirectiveBuf[20]; in SkipExcludedConditionalBlock() local
515 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()
516 Directive = StringRef(DirectiveBuf, IdLen); in SkipExcludedConditionalBlock()