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

Definitions

tools/clang/include/clang/AST/TypeLoc.h
  666 class TypedefTypeLoc : public InheritingConcreteTypeLoc<TypeSpecTypeLoc,
tools/clang/lib/AST/TypePrinter.cpp
  965 void TypePrinter::printTypedefBefore(const TypedefType *T, raw_ostream &OS) {
tools/clang/lib/Serialization/ASTReader.cpp
 7085 void TypeLocReader::VisitTypedefTypeLoc(TypedefTypeLoc TL) {
tools/clang/lib/Serialization/ASTWriter.cpp
  725 void TypeLocWriter::VisitTypedefTypeLoc(TypedefTypeLoc TL) {