Searched refs:DirectiveBuf (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp523 char DirectiveBuf[20]; local
536 memcpy(DirectiveBuf, &DirectiveStr[0], IdLen);
537 Directive = StringRef(DirectiveBuf, IdLen);

Completed in 193 milliseconds