Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp376 std::string DirectiveStr = getSpelling(Tok); in SkipExcludedConditionalBlock() local
377 unsigned IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock()
384 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()