Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5940 SourceLocation VisitedDeclaratorDeclStartLoc; member
5996 if (Data->VisitedDeclaratorDeclStartLoc == StartLoc) in GetCursorVisitor()
5998 Data->VisitedDeclaratorDeclStartLoc = StartLoc; in GetCursorVisitor()