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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 3054 SpacesInAnglesStyle SpacesInAngles;
3369 SpacesInAngles == R.SpacesInAngles &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 697 IO.mapOptional("SpacesInAngles", Style.SpacesInAngles);
1063 LLVMStyle.SpacesInAngles = FormatStyle::SIAS_Never;
TokenAnnotator.cpp 3387 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always)
3389 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Leave)

Completed in 19 milliseconds