Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DMemberPointerTypeLoc.cpp19 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { VisitTemplateTypeParmTypeLoc() function in __anon72e2daff0111::MemberPointerTypeLocVisitor
/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp52 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TTPL) { in VisitTemplateTypeParmTypeLoc() function in __anon668094cb0111::TypeIndexer
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp344 bool VisitTemplateTypeParmTypeLoc(const TemplateTypeParmTypeLoc &Loc) { in VisitTemplateTypeParmTypeLoc() function in clang::tidy::__anonef0c75980211::RenamerClangTidyVisitor
/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp77 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { VisitTemplateTypeParmTypeLoc() function in __anon488d4fe70111::CollectUnexpandedParameterPacksVisitor
H A DSemaTemplate.cpp3821 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { VisitTemplateTypeParmTypeLoc() function
/llvm-project/clang-tools-extra/clangd/
H A DFindTarget.cpp897 void VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc L) { refInTypeLoc() function
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp562 void TypeLocWriter::VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { VisitTemplateTypeParmTypeLoc() function in TypeLocWriter
H A DASTReader.cpp7010 void TypeLocReader::VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { VisitTemplateTypeParmTypeLoc() function in TypeLocReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1693 bool CursorVisitor::VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { VisitTemplateTypeParmTypeLoc() function in CursorVisitor