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

/external/clang/lib/Lex/
H A DLexer.cpp80 CurrentConflictMarkerState = CMK_None;
2616 if (CurrentConflictMarkerState || isLexingRawMode())
2627 CurrentConflictMarkerState = Kind;
2656 if (!CurrentConflictMarkerState || isLexingRawMode())
2668 CurrentConflictMarkerState)) {
2678 CurrentConflictMarkerState = CMK_None;
/external/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 630 milliseconds