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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 2458 /// MacroBlockBegin: "^NS_MAP_BEGIN|\
2481 std::string MacroBlockBegin;
3327 MacroBlockBegin == R.MacroBlockBegin &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h 76 TYPE(MacroBlockBegin) \
FormatTokenLexer.cpp 34 FormattingDisabled(false), MacroBlockBeginRegex(Style.MacroBlockBegin),
Format.cpp 642 IO.mapOptional("MacroBlockBegin", Style.MacroBlockBegin);

Completed in 32 milliseconds