Searched refs:TemplateDepth (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ComputeDependence.h | 124 ExprDependence computeDependence(StmtExpr *E, unsigned TemplateDepth);
|
| H A D | Expr.h | 4354 SourceLocation RParenLoc, unsigned TemplateDepth) in StmtExpr() argument 4357 setDependence(computeDependence(this, TemplateDepth)); in StmtExpr() 4360 StmtExprBits.TemplateDepth = TemplateDepth; in StmtExpr() 4378 unsigned getTemplateDepth() const { return StmtExprBits.TemplateDepth; } in getTemplateDepth()
|
| H A D | Stmt.h | 612 unsigned TemplateDepth; in alignas() local
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ComputeDependence.cpp | 177 ExprDependence clang::computeDependence(StmtExpr *E, unsigned TemplateDepth) { in computeDependence() argument 187 if (TemplateDepth) in computeDependence()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1304 E->StmtExprBits.TemplateDepth = Record.readInt(); in VisitStmtExpr()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2876 SourceLocation RParenLoc, unsigned TemplateDepth) { in RebuildStmtExpr() argument 2878 TemplateDepth); in RebuildStmtExpr()
|
| H A D | SemaExpr.cpp | 15872 SourceLocation RPLoc, unsigned TemplateDepth) { in BuildStmtExpr() argument 15904 new (Context) StmtExpr(Compound, Ty, LPLoc, RPLoc, TemplateDepth); in BuildStmtExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5802 SourceLocation RPLoc, unsigned TemplateDepth);
|