Home
last modified time | relevance | path

Searched defs:readType (Results 1 – 10 of 10) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Serialization/
DASTRecordReader.h175 QualType readType() { in readType() function
DASTReader.h1928 QualType readType(ModuleFile &F, const RecordData &Record, unsigned &Idx) { in readType() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DASTRecordReader.h175 QualType readType() { in readType() function
DASTReader.h1899 QualType readType(ModuleFile &F, const RecordData &Record, unsigned &Idx) { in readType() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTRecordReader.h182 QualType readType() { in readType() function
DASTReader.h1882 QualType readType(ModuleFile &F, const RecordData &Record, unsigned &Idx) { in readType() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTRecordReader.h182 QualType readType() { in readType() function
DASTReader.h1888 QualType readType(ModuleFile &F, const RecordData &Record, unsigned &Idx) { in readType() function
/prebuilts/go/linux-x86/src/go/doc/
Dreader.go363 func (r *reader) readType(decl *ast.GenDecl, spec *ast.TypeSpec) { func
/prebuilts/go/linux-x86/src/debug/dwarf/
Dtype.go407 func (d *Data) readType(name string, r typeReader, off Offset, typeCache map[Offset]Type, fixups *t… func