Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp457 std::string DirectiveStr = getSpelling(Tok); in SkipExcludedConditionalBlock() local
458 unsigned IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock()
465 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()
/external/llvm-project/clang/lib/Lex/
DPPDirectives.cpp507 std::string DirectiveStr = getSpelling(Tok); in SkipExcludedConditionalBlock() local
508 size_t IdLen = DirectiveStr.size(); in SkipExcludedConditionalBlock()
515 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen); in SkipExcludedConditionalBlock()