/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 80 } else if (const auto *TemplateDecl = in Find() local 128 void handleClassTemplateDecl(const ClassTemplateDecl *TemplateDecl) { in handleClassTemplateDecl()
|
/llvm-project/clang/tools/libclang/ |
H A D | CXCursor.h | 40 class TemplateDecl; variable
|
H A D | CXType.cpp | 191 const auto *TemplateDecl = GetTemplateArguments() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | ForwardingReferenceOverloadCheck.cpp | 61 AST_MATCHER(TemplateDecl,hasAssociatedConstraints) AST_MATCHER() argument
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclTemplate.h | 54 class TemplateDecl; variable 404 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateDecl() function [all...] |
H A D | TemplateName.h | 42 class TemplateDecl; global() variable
|
H A D | DeclarationName.h | 39 class TemplateDecl; variable
|
H A D | DeclBase.h | 65 class TemplateDecl; variable
|
H A D | ASTContext.h | 103 class TemplateDecl; global() variable
|
H A D | DeclCXX.h | 72 class TemplateDecl; variable
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | AST.cpp | 729 if (const auto *TemplateDecl = Callee->getPrimaryTemplate()) { in getFunctionPackType() local
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 666 if (FunctionTemplateDecl *TemplateDecl = VisitCXXMethodDecl() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 263 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, TemplateDecl() function in TemplateDecl [all...] |
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 205 class TemplateDecl; global() variable [all...] |
/llvm-project/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 414 AST_MATCHER_P(TemplateDecl, hasTemplateDecl, in AST_MATCHER_P() argument
|