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

References

tools/clang/include/clang/Tooling/Inclusions/IncludeStyle.h
   64       return Regex == Other.Regex && Priority == Other.Priority;
   64       return Regex == Other.Regex && Priority == Other.Priority;
tools/clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
  182     CategoryRegexs.emplace_back(Category.Regex, llvm::Regex::IgnoreCase);
tools/clang/lib/Tooling/Inclusions/IncludeStyle.cpp
   18   IO.mapOptional("Regex", Category.Regex);