Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp999 void ASTDeclWriter::VisitObjCImplDecl(ObjCImplDecl *D) { VisitObjCImplDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp1498 VisitObjCImplDecl(D); in VisitObjCImplDecl() function in ASTDeclReader
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp1207 bool CursorVisitor::VisitObjCImplDecl(ObjCImplDecl *D) { VisitObjCImplDecl() function in CursorVisitor