Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp797 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1135 void ASTDeclReader::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl() function in ASTDeclReader
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp1151 bool CursorVisitor::VisitObjCImplDecl(ObjCImplDecl *D) { in VisitObjCImplDecl() function in CursorVisitor