Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp520 bool VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { in VisitDecltypeTypeLoc() function in clang::clangd::__anon004249560211::DeducedTypeVisitor
H A DSemanticHighlighting.cpp888 bool VisitDecltypeTypeLoc(DecltypeTypeLoc L) { in VisitDecltypeTypeLoc() function in clang::clangd::__anon52a906180111::CollectExtraHighlightings
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5827 void VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { VisitDecltypeTypeLoc() function in __anonf9e1d30a1211::TypeSpecLocFiller
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp498 void TypeLocWriter::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { VisitDecltypeTypeLoc() function in TypeLocWriter
H A DASTReader.cpp6949 void TypeLocReader::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { VisitDecltypeTypeLoc() function in TypeLocReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1890 bool CursorVisitor::VisitDecltypeTypeLoc(DecltypeTypeLoc TL) { VisitDecltypeTypeLoc() function in CursorVisitor