Searched defs:VisitDeclaratorDecl (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | AST.cpp | 468 bool VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl() function in clang::clangd::__anon004249560211::DeducedTypeVisitor |
H A D | SemanticHighlighting.cpp | 933 bool VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl() function in clang::clangd::__anon52a906180111::CollectExtraHighlightings |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterDecl.cpp | 618 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) { VisitDeclaratorDecl() function in ASTDeclWriter |
H A D | ASTReaderDecl.cpp | 918 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) { VisitDeclaratorDecl() function in ASTDeclReader |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 792 bool CursorVisitor::VisitDeclaratorDecl(DeclaratorDecl *DD) { VisitDeclaratorDecl() function in CursorVisitor |