Searched defs:tsi (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/clang/rewrite_scoped_refptr/
H A DRewriteScopedRefptr.cpp187 const clang::TypeSourceInfo* tsi = var_decl->getTypeSourceInfo(); local
202 result, tsi->getTypeLoc().getBeginLoc(), tsi->getTypeLoc().getEndLoc()));
/external/clang/lib/AST/
H A DExpr.cpp1271 TypeSourceInfo *tsi,
1279 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1292 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1297 /*ValueDependent=*/tsi->getType()->isDependentType(),
1298 tsi->getType()->isInstantiationDependentType(),
1299 tsi->getType()->containsUnexpandedParameterPack()),
1300 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1269 Create(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
1291 OffsetOfExpr(const 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.h1878 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1889 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1907 void setTypeSourceInfo(TypeSourceInfo *tsi) { argument
1908 TSInfo = tsi;
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 1003 milliseconds