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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 40 /// ConflictMarkerKind - Kinds of conflict marker which the lexer might be
42 enum ConflictMarkerKind {
136 ConflictMarkerKind CurrentConflictMarkerState;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 2849 ConflictMarkerKind CMK) {
2887 ConflictMarkerKind Kind = *CurPtr == '<' ? CMK_Normal : CMK_Perforce;

Completed in 96 milliseconds