Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5777 using TSIPtrTy = variable
5780 TSIPtrTy TSI;
5782 AssociationTy(ExprPtrTy E, TSIPtrTy TSI, bool Selected) in AssociationTy()
5787 TSIPtrTy getTypeSourceInfo() const { return TSI; } in getTypeSourceInfo()