Home
last modified time | relevance | path

Searched refs:VisitedObjCPropertyImplDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5939 bool VisitedObjCPropertyImplDecl; member
5947 VisitedObjCPropertyImplDecl = false; in GetCursorData()
6010 if (Data->VisitedObjCPropertyImplDecl) in GetCursorVisitor()
6012 Data->VisitedObjCPropertyImplDecl = true; in GetCursorVisitor()