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

  /external/clang/include/clang/Format/
Format.h 191 bool IndentFunctionDeclarationAfterType;
227 IndentFunctionDeclarationAfterType ==
228 R.IndentFunctionDeclarationAfterType;
  /external/clang/lib/Format/
Format.cpp 137 IO.mapOptional("IndentFunctionDeclarationAfterType",
138 Style.IndentFunctionDeclarationAfterType);
174 LLVMStyle.IndentFunctionDeclarationAfterType = false;
210 GoogleStyle.IndentFunctionDeclarationAfterType = true;
628 (!Style.IndentFunctionDeclarationAfterType ||
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 27 milliseconds