Searched refs:tsi (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp1125 TypeSourceInfo *tsi,
1133 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1146 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1151 /*ValueDependent=*/tsi->getType()->isDependentType(),
1152 tsi->getType()->isInstantiationDependentType(),
1153 tsi->getType()->containsUnexpandedParameterPack()),
1154 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1123 Create(ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
1145 OffsetOfExpr(ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
/external/clang/include/clang/AST/
H A DExpr.h1759 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1770 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1788 void setTypeSourceInfo(TypeSourceInfo *tsi) { argument
1789 TSInfo = tsi;

Completed in 87 milliseconds