Home
last modified time | relevance | path

Searched refs:VisitTemplateTypeParmTypeLoc (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DMemberPointerTypeLoc.cpp19 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc() function in __anon4b3eeb7c0111::MemberPointerTypeLocVisitor
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp52 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TTPL) { in VisitTemplateTypeParmTypeLoc() function in __anon3e46ae080111::TypeIndexer
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp73 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc() function in __anon205369240111::CollectUnexpandedParameterPacksVisitor
H A DSemaTemplate.cpp3007 bool VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DFindTarget.cpp858 void VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc L) { in refInTypeLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp495 void TypeLocWriter::VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6753 void TypeLocReader::VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc() function in TypeLocReader
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1675 bool CursorVisitor::VisitTemplateTypeParmTypeLoc(TemplateTypeParmTypeLoc TL) { in VisitTemplateTypeParmTypeLoc() function in CursorVisitor