Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp4894 bool VisitedObjCPropertyImplDecl; member
4902 VisitedObjCPropertyImplDecl = false; in GetCursorData()
4965 if (Data->VisitedObjCPropertyImplDecl) in GetCursorVisitor()
4967 Data->VisitedObjCPropertyImplDecl = true; in GetCursorVisitor()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp5661 bool VisitedObjCPropertyImplDecl; member
5669 VisitedObjCPropertyImplDecl = false; in GetCursorData()
5732 if (Data->VisitedObjCPropertyImplDecl) in GetCursorVisitor()
5734 Data->VisitedObjCPropertyImplDecl = true; in GetCursorVisitor()