Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp274 unsigned Decl::getTemplateDepth() const { in getTemplateDepth() function in Decl
288 return Context->getTemplateDepth(); in getTemplateDepth()
292 return cast<Decl>(DC)->getTemplateDepth(); in getTemplateDepth()
H A DASTStructuralEquivalence.cpp285 return E1->getTemplateDepth() == E2->getTemplateDepth(); in IsStmtEquivalent()
H A DASTImporter.cpp7305 E->getTemplateDepth()); in VisitStmtExpr()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h908 unsigned getTemplateDepth() const;
H A DExpr.h4385 unsigned getTemplateDepth() const { return StmtExprBits.TemplateDepth; } in getTemplateDepth() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4045 NoTemplateArgs.addOuterRetainedLevels(RD->getTemplateDepth()); in SubstSpaceshipAsEqualEqual()
5995 return cast<Decl>(DC)->getTemplateDepth() > Level; in isDependentContextAtLevel()
6057 cast<CXXRecordDecl>(D)->getTemplateDepth() > in FindInstantiatedDecl()
H A DSemaTemplate.cpp54 unsigned Sema::getTemplateDepth(Scope *S) const { in getTemplateDepth() function in Sema
H A DTreeTransform.h11783 unsigned OldDepth = E->getTemplateDepth(); in TransformStmtExpr()
H A DSemaDecl.cpp1452 unsigned ScopeDepth = getTemplateDepth(S); in EnterTemplatedContext()
H A DSemaExpr.cpp16136 return BuildStmtExpr(LPLoc, SubStmt, RPLoc, getTemplateDepth(S)); in ActOnStmtExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp1177 Record.push_back(E->getTemplateDepth()); in VisitStmtExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13770 unsigned getTemplateDepth(Scope *S) const;