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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
 1324     if (Current.opensBlockOrBlockTypeList(Style)) {
tools/clang/lib/Format/FormatToken.h
  532     return MatchingParen && MatchingParen->opensBlockOrBlockTypeList(Style);
tools/clang/lib/Format/TokenAnnotator.cpp
 2285         Current->MatchingParen->opensBlockOrBlockTypeList(Style)) {
 2290     if (Current->opensBlockOrBlockTypeList(Style))