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

References

tools/clang/include/clang/AST/CXXInheritance.h
  197   const CXXBasePath& front() const { return Paths.front(); }
tools/clang/lib/Analysis/PathDiagnostic.cpp
  155     const SourceManager &SMgr = D->path.front()->getLocation().getManager();
tools/clang/lib/Format/TokenAnnotator.h
   40       : First(Line.Tokens.front().Tok), Level(Line.Level),
tools/clang/lib/Format/UnwrappedLineParser.cpp
 2580   const FormatToken *MinColumnToken = Line.Tokens.front().Tok;
tools/clang/lib/StaticAnalyzer/Core/SarifDiagnostics.cpp
  218   const SourceManager &SMgr = Pieces.front()->getLocation().getManager();
  243   const SourceManager &SMgr = Path.front()->getLocation().getManager();
utils/TableGen/RegisterInfoEmitter.cpp
 1181     OS << "namespace " << RegisterClasses.front().Namespace
 1190     OS << "} // end namespace " << RegisterClasses.front().Namespace << "\n\n";
 1396     OS << "\nnamespace " << RegisterClasses.front().Namespace
 1422     OS << "} // end namespace " << RegisterClasses.front().Namespace << "\n";