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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp680 auto TypesAndInfos = local
683 new (&TypesAndInfos[I].first) QualType(ExpandedTypes[I]);
684 TypesAndInfos[I].second = ExpandedTInfos[I];
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1545 auto TypesAndInfos =
1547 return TypesAndInfos[I].first;
1554 auto TypesAndInfos =
1556 return TypesAndInfos[I].second;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2334 auto TypesAndInfos = local
2337 new (&TypesAndInfos[I].first) QualType(Record.readType());
2338 TypesAndInfos[I].second = readTypeSourceInfo();

Completed in 171 milliseconds