Home
last modified time | relevance | path

Searched refs:getTemplateDepth (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp265 unsigned Decl::getTemplateDepth() const { in getTemplateDepth() function in Decl
279 return Context->getTemplateDepth(); in getTemplateDepth()
283 return cast<Decl>(DC)->getTemplateDepth(); in getTemplateDepth()
H A DASTStructuralEquivalence.cpp283 return E1->getTemplateDepth() == E2->getTemplateDepth(); in IsStmtEquivalent()
H A DASTImporter.cpp7169 E->getTemplateDepth()); in VisitStmtExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclBase.h897 unsigned getTemplateDepth() const;
H A DExpr.h4378 unsigned getTemplateDepth() const { return StmtExprBits.TemplateDepth; } in getTemplateDepth() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3973 NoTemplateArgs.addOuterRetainedLevels(RD->getTemplateDepth()); in SubstSpaceshipAsEqualEqual()
5984 return cast<Decl>(DC)->getTemplateDepth() > Level; in isDependentContextAtLevel()
6046 cast<CXXRecordDecl>(D)->getTemplateDepth() > in FindInstantiatedDecl()
H A DSemaTemplate.cpp53 unsigned Sema::getTemplateDepth(Scope *S) const { in getTemplateDepth() function in Sema
H A DTreeTransform.h11617 unsigned OldDepth = E->getTemplateDepth(); in TransformStmtExpr()
H A DSemaDecl.cpp1424 unsigned ScopeDepth = getTemplateDepth(S); in EnterTemplatedContext()
H A DSemaExpr.cpp15868 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp1179 Record.push_back(E->getTemplateDepth()); in VisitStmtExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13393 unsigned getTemplateDepth(Scope *S) const;