Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp637 std::string DirectiveStr = getSpelling(Tok); in SkipExcludedConditionalBlock() local
638 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock()
645 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()