Home
last modified time | relevance | path

Searched defs:VisitDeclaratorDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DAST.cpp468 bool VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl() function in clang::clangd::__anon004249560211::DeducedTypeVisitor
H A DSemanticHighlighting.cpp933 bool VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl() function in clang::clangd::__anon52a906180111::CollectExtraHighlightings
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp618 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) { VisitDeclaratorDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp918 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) { VisitDeclaratorDecl() function in ASTDeclReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp792 bool CursorVisitor::VisitDeclaratorDecl(DeclaratorDecl *DD) { VisitDeclaratorDecl() function in CursorVisitor