Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp617 std::string DirectiveStr = getSpelling(Tok); in SkipExcludedConditionalBlock() local
618 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock()
625 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()