Home
last modified time | relevance | path

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

/freebsd-src/contrib/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()
/freebsd-src/contrib/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.cpp698 VersionTuple VTD(A->getDeprecated()); CheckAvailability() local
H A DDecl.cpp2699 if (auto *VTD = From.dyn_cast<VarTemplateDecl *>()) { getTemplateInstantiationPattern() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h447 VisitVarTemplateDecl(const VarTemplateDecl * VTD) VisitVarTemplateDecl() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp1256 X86VolatileTileData VTD(F); runOnFunction() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2603 if (auto *VTD = dyn_cast<VarTemplateDecl>(InstD)) { VisitVarTemplateSpecializationDeclImpl() local
4257 else if (auto *VTD = dyn_cast<VarTemplateDecl>(D)) loadDeclUpdateRecords() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp6250 } else if (auto *VTD = dyn_cast<VarTemplateDecl>(D)) { CheckAbstractClassUsage() local
10688 if (VarTemplateDecl *VTD = VD->getDescribedVarTemplate()) ActOnReenterTemplateScope() local
H A DSemaCodeComplete.cpp3931 if (const auto *VTD = dyn_cast<VarTemplateDecl>(TD)) templateResultType() local