Home
last modified time | relevance | path

Searched defs:VTD (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp89 } else if (const auto *VTD = dyn_cast<VarTemplateDecl>(FoundDecl)) { in Find() local
97 if (const auto *VTD = VD->getDescribedVarTemplate()) in Find() local
145 void handleVarTemplateDecl(const VarTemplateDecl *VTD) { in handleVarTemplateDecl()
/llvm-project/clang/lib/AST/
H A DComment.cpp303 if (const VarTemplateDecl *VTD = in fill() local
321 const VarTemplateDecl *VTD = cast<VarTemplateDecl>(CommentDecl); in fill() local
H A DDeclBase.cpp737 VersionTuple VTD(A->getDeprecated()); CheckAvailability() local
H A DDeclTemplate.cpp1425 VarTemplateDecl *VTD = Pattern.get<VarTemplateDecl *>(); getSourceRange() local
H A DDecl.cpp2697 if (auto *VTD = From.dyn_cast<VarTemplateDecl *>()) { getTemplateInstantiationPattern() local
/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h452 VisitVarTemplateDecl(const VarTemplateDecl * VTD) VisitVarTemplateDecl() argument
/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp630 if (auto *VTD = llvm::dyn_cast<VarTemplateDecl>(TD)) in getOnlyInstantiation() local
/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp1270 X86VolatileTileData VTD(F); runOnFunction() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2604 if (auto *VTD = dyn_cast<VarTemplateDecl>(InstD)) { VisitVarTemplateSpecializationDeclImpl() local
4312 else if (auto *VTD = dyn_cast<VarTemplateDecl>(D)) loadDeclUpdateRecords() local
/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6109 } else if (auto *VTD = dyn_cast<VarTemplateDecl>(D)) { CheckAbstractClassUsage() local
10589 if (VarTemplateDecl *VTD = VD->getDescribedVarTemplate()) ActOnReenterTemplateScope() local
H A DSemaCodeComplete.cpp3937 if (const auto *VTD = dyn_cast<VarTemplateDecl>(TD)) templateResultType() local