HomeSort by: relevance | last modified time | path
    Searched refs:CommentState (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentLexer.cpp 92 assert(CommentState == LCS_InsideCComment);
293 assert(CommentState == LCS_InsideBCPLComment ||
294 CommentState == LCS_InsideCComment);
308 if (CommentState == LCS_InsideCComment)
536 if (CommentState == LCS_InsideCComment)
747 CommentState(LCS_BeforeComment), State(LS_Normal) {}
751 switch (CommentState) {
780 CommentState = LCS_InsideBCPLComment;
798 CommentState = LCS_InsideCComment;
820 CommentState = LCS_BeforeComment
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentLexer.h 257 LexerCommentState CommentState;

Completed in 27 milliseconds