Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1243 TypeSourceInfo **TSIs = E->getTrailingObjects<TypeSourceInfo *>(); in VisitGenericSelectionExpr() local
1245 Record.AddTypeSourceInfo(TSIs[I]); in VisitGenericSelectionExpr()
H A DASTReaderStmt.cpp1378 TypeSourceInfo **TSIs = E->getTrailingObjects<TypeSourceInfo *>(); in VisitGenericSelectionExpr() local
1380 TSIs[I] = readTypeSourceInfo(); in VisitGenericSelectionExpr()