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.h5988 using TSIPtrTy = variable
5991 TSIPtrTy TSI;
5993 AssociationTy(ExprPtrTy E, TSIPtrTy TSI, bool Selected) in AssociationTy()
5998 TSIPtrTy getTypeSourceInfo() const { return TSI; } in getTypeSourceInfo()