Home
last modified time | relevance | path

Searched refs:TSIs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1241 TypeSourceInfo **TSIs = E->getTrailingObjects<TypeSourceInfo *>(); in VisitGenericSelectionExpr() local
1243 Record.AddTypeSourceInfo(TSIs[I]); in VisitGenericSelectionExpr()
H A DASTReaderStmt.cpp1363 TypeSourceInfo **TSIs = E->getTrailingObjects<TypeSourceInfo *>(); in VisitGenericSelectionExpr() local
1365 TSIs[I] = readTypeSourceInfo(); in VisitGenericSelectionExpr()