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

References

tools/clang/lib/Serialization/ASTReader.cpp
 7265   if (Index < NUM_PREDEF_TYPE_IDS) {
 7267     switch ((PredefinedTypeIDs)Index) {
 7497   Index -= NUM_PREDEF_TYPE_IDS;
 7498   assert(Index < TypesLoaded.size() && "Type index out-of-range");
 7499   if (TypesLoaded[Index].isNull()) {
 7500     TypesLoaded[Index] = readTypeRecord(Index);
 7500     TypesLoaded[Index] = readTypeRecord(Index);
 7501     if (TypesLoaded[Index].isNull())
 7504     TypesLoaded[Index]->setFromAST();
 7507                                         TypesLoaded[Index]);
 7510   return TypesLoaded[Index].withFastQualifiers(FastQuals);