HomeSort by relevance Sort by last modified time
    Searched refs:SpaceAfterCStyleCast (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Format/
Format.h 550 bool SpaceAfterCStyleCast;
700 SpaceAfterCStyleCast == R.SpaceAfterCStyleCast &&
    [all...]
  /external/clang/lib/Format/
Format.cpp 341 IO.mapOptional("SpaceAfterCStyleCast", Style.SpaceAfterCStyleCast);
555 LLVMStyle.SpaceAfterCStyleCast = false;
607 GoogleStyle.SpaceAfterCStyleCast = true;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 83 milliseconds