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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp93 CurrentConflictMarkerState = CMK_None;
2591 if (CurrentConflictMarkerState || isLexingRawMode())
2602 CurrentConflictMarkerState = Kind;
2631 if (!CurrentConflictMarkerState || isLexingRawMode())
2643 CurrentConflictMarkerState)) {
2653 CurrentConflictMarkerState = CMK_None;
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h89 // CurrentConflictMarkerState - The kind of conflict marker we are handling.
90 ConflictMarkerKind CurrentConflictMarkerState; member in class:clang::Lexer

Completed in 108 milliseconds