Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp528 std::string DirectiveStr = getSpelling(Tok); in SkipExcludedConditionalBlock() local
529 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock()
536 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()