Searched refs:TypesAndInfos (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclTemplate.cpp528 auto TypesAndInfos = local
531 new (&TypesAndInfos[I].first) QualType(ExpandedTypes[I]);
532 TypesAndInfos[I].second = ExpandedTInfos[I];
/external/clang/include/clang/AST/
H A DDeclTemplate.h1301 auto TypesAndInfos =
1303 return TypesAndInfos[I].first;
1310 auto TypesAndInfos =
1312 return TypesAndInfos[I].second;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2181 auto TypesAndInfos = local
2184 new (&TypesAndInfos[I].first) QualType(Reader.readType(F, Record, Idx));
2185 TypesAndInfos[I].second = GetTypeSourceInfo(Record, Idx);

Completed in 123 milliseconds