Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp499 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp743 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) { in VisitDeclaratorDecl() function in ASTDeclReader
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp764 bool CursorVisitor::VisitDeclaratorDecl(DeclaratorDecl *DD) { in VisitDeclaratorDecl() function in CursorVisitor