Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp386 std::string DirectiveStr = getSpelling(Tok); in SkipExcludedConditionalBlock() local
387 unsigned IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock()
394 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()