Searched defs:getTemplateDepth (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | DeclBase.cpp | 274 unsigned Decl::getTemplateDepth() const { getTemplateDepth() function in Decl |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 4383 unsigned getTemplateDepth() const { return StmtExprBits.TemplateDepth; } getTemplateDepth() function |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 56 unsigned Sema::getTemplateDepth(Scope *S) const { getTemplateDepth() function in Sema |