Searched defs:tsi (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 1299 for (const auto &tsi : reverse(tsis)) { printStats() local
|
/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 1659 Create(const ASTContext & C,QualType type,SourceLocation OperatorLoc,TypeSourceInfo * tsi,ArrayRef<OffsetOfNode> comps,ArrayRef<Expr * > exprs,SourceLocation RParenLoc) Create() argument 1678 OffsetOfExpr(const ASTContext & C,QualType type,SourceLocation OperatorLoc,TypeSourceInfo * tsi,ArrayRef<OffsetOfNode> comps,ArrayRef<Expr * > exprs,SourceLocation RParenLoc) OffsetOfExpr() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 2513 setTypeSourceInfo(TypeSourceInfo * tsi) setTypeSourceInfo() argument
|