Home
last modified time | relevance | path

Searched defs:Guide (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexDecl.cpp284 } else if (const auto *Guide = dyn_cast<CXXDeductionGuideDecl>(D)) { in VisitFunctionDecl() local
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7158 auto *Guide = FirstDeclMatcher<CXXDeductionGuideDecl>().match( in TEST_P() local
7178 auto *Guide = FirstDeclMatcher<CXXDeductionGuideDecl>().match( in TEST_P() local
7201 auto *Guide = FirstDeclMatcher<CXXDeductionGuideDecl>().match( in TEST_P() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1171 auto *Guide = dyn_cast<CXXDeductionGuideDecl>(FTD->getTemplatedDecl()); in getFirstInnerIndex() local
H A DSemaTemplateInstantiateDecl.cpp6156 auto *Guide = dyn_cast<CXXDeductionGuideDecl>(FD); in FindInstantiatedDecl() local
H A DSemaTemplate.cpp2442 auto *Guide = local
H A DSemaDecl.cpp11503 } else if (auto *Guide = dyn_cast<CXXDeductionGuideDecl>(NewFD)) { in CheckFunctionDeclaration() local
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp3552 } else if (auto *Guide = dyn_cast<CXXDeductionGuideDecl>(D)) { in VisitFunctionDecl() local