Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1350 TypeSourceInfo **TSIs = E->getTrailingObjects<TypeSourceInfo *>(); in VisitGenericSelectionExpr() local
1352 Record.AddTypeSourceInfo(TSIs[I]); in VisitGenericSelectionExpr()
H A DASTReaderStmt.cpp1405 TypeSourceInfo **TSIs = E->getTrailingObjects<TypeSourceInfo *>(); in VisitGenericSelectionExpr() local
1407 TSIs[I] = readTypeSourceInfo(); in VisitGenericSelectionExpr()