reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/Tooling/RefactoringTest.cpp
 1301     Spec.Cleanup = true;
 1302     Spec.Format = ApplyChangesSpec::kAll;
 1303     Spec.Style = format::getLLVMStyle();
 1329         applyAtomicChanges(FilePath, Code, Changes, Spec);
 1403   Spec.Format = ApplyChangesSpec::kViolations;
 1404   Spec.Style.ColumnLimit = 8;
 1418   Spec.Format = ApplyChangesSpec::kViolations;
 1419   Spec.Style.ColumnLimit = 8;
 1430   Spec.Format = ApplyChangesSpec::kViolations;
 1431   Spec.Style.ColumnLimit = 8;
 1465   Spec.Format = ApplyChangesSpec::kNone;
 1674   Spec.Cleanup = false;