Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp313 StringRef TokStartSymbols = ParseCommands ? "\n\r\\@&<" : "\n\r"; in lexCommentText()
326 if (!ParseCommands) in lexCommentText()
743 const char *BufferStart, const char *BufferEnd, bool ParseCommands) in Lexer() argument
746 FileLoc(FileLoc), ParseCommands(ParseCommands), in Lexer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h247 bool ParseCommands; variable
352 bool ParseCommands = true);