Home
last modified time | relevance | path

Searched refs:VisitDecltypeTypeLoc (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp496 bool VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in clang::clangd::__anona65afd330211::DeducedTypeVisitor
H A DSemanticHighlighting.cpp615 bool VisitDecltypeTypeLoc(DecltypeTypeLoc L) { in VisitDecltypeTypeLoc() function in clang::clangd::__anoneeb98f950111::CollectExtraHighlightings
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp443 void TypeLocWriter::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6703 void TypeLocReader::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in TypeLocReader
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6064 void VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in __anon29f668c71111::TypeSpecLocFiller
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp1862 bool CursorVisitor::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in CursorVisitor