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

/external/clang/include/clang/Lex/
H A DLexer.h29 /// ConflictMarkerKind - Kinds of conflict marker which the lexer might be
31 enum ConflictMarkerKind { enum in namespace:clang
90 ConflictMarkerKind CurrentConflictMarkerState;
/external/clang/lib/Lex/
H A DLexer.cpp2581 ConflictMarkerKind CMK) {
2619 ConflictMarkerKind Kind = *CurPtr == '<' ? CMK_Normal : CMK_Perforce;

Completed in 105 milliseconds