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

Definitions

include/llvm/ADT/SmallVector.h
  152   const_reference operator[](size_type idx) const {
  302   void push_back(const T &Elt) {
include/llvm/Support/raw_ostream.h
  216   raw_ostream &operator<<(unsigned int N) {
lib/Support/raw_ostream.cpp
  496 raw_ostream &raw_ostream::indent(unsigned NumSpaces) {
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3563   hash_code code = hash_value(getClangFullRepositoryVersion());
 3621     const DiagnosticOptions &diagOpts = getDiagnosticOpts();
tools/clang/lib/Serialization/ASTWriter.cpp
 1422   RecordData Record;