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.h6187 using TSIPtrTy = variable
6190 TSIPtrTy TSI;
6192 AssociationTy(ExprPtrTy E, TSIPtrTy TSI, bool Selected) in AssociationTy()
6197 TSIPtrTy getTypeSourceInfo() const { return TSI; } in getTypeSourceInfo()