Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DCommentLexer.cpp84 assert(CommentState == LCS_InsideCComment); in skipLineStartingDecorations()
273 CommentState == LCS_InsideCComment); in lexCommentText()
410 if (CommentState == LCS_InsideCComment) in lexCommentText()
501 if (CommentState == LCS_InsideCComment) in lexVerbatimBlockBody()
760 CommentState = LCS_InsideCComment; in lex()
787 case LCS_InsideCComment: in lex()
793 if (CommentState == LCS_InsideCComment) { in lex()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DCommentLexer.h248 LCS_InsideCComment, enumerator