Home
last modified time | relevance | path

Searched defs:TemplateDecl (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp80 } else if (const auto *TemplateDecl = in Find() local
128 void handleClassTemplateDecl(const ClassTemplateDecl *TemplateDecl) { in handleClassTemplateDecl()
/llvm-project/clang/tools/libclang/
H A DCXCursor.h40 class TemplateDecl; variable
H A DCXType.cpp191 const auto *TemplateDecl = GetTemplateArguments() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp61 AST_MATCHER(TemplateDecl,hasAssociatedConstraints) AST_MATCHER() argument
/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h54 class TemplateDecl; variable
404 TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName Name, TemplateDecl() function
[all...]
H A DTemplateName.h42 class TemplateDecl; global() variable
H A DDeclarationName.h39 class TemplateDecl; variable
H A DDeclBase.h65 class TemplateDecl; variable
H A DASTContext.h103 class TemplateDecl; global() variable
H A DDeclCXX.h72 class TemplateDecl; variable
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp729 if (const auto *TemplateDecl = Callee->getPrimaryTemplate()) { in getFunctionPackType() local
/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h666 if (FunctionTemplateDecl *TemplateDecl = VisitCXXMethodDecl() local
/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp263 TemplateDecl::TemplateDecl(Kind DK, DeclContext *DC, SourceLocation L, TemplateDecl() function in TemplateDecl
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSema.h205 class TemplateDecl; global() variable
[all...]
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp414 AST_MATCHER_P(TemplateDecl, hasTemplateDecl, in AST_MATCHER_P() argument