Home
last modified time | relevance | path

Searched refs:TemplateDepth (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DComputeDependence.h124 ExprDependence computeDependence(StmtExpr *E, unsigned TemplateDepth);
H A DExpr.h4354 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 DStmt.h612 unsigned TemplateDepth; in alignas() local
/llvm-project-15.0.7/clang/lib/AST/
H A DComputeDependence.cpp177 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 DASTReaderStmt.cpp1304 E->StmtExprBits.TemplateDepth = Record.readInt(); in VisitStmtExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h2876 SourceLocation RParenLoc, unsigned TemplateDepth) { in RebuildStmtExpr() argument
2878 TemplateDepth); in RebuildStmtExpr()
H A DSemaExpr.cpp15872 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 DSema.h5802 SourceLocation RPLoc, unsigned TemplateDepth);