Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp5937 SourceLocation TokenBeginLoc; member
5945 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) { in GetCursorData()
6025 if (D->getLocation().isValid() && Data->TokenBeginLoc.isValid() && in GetCursorVisitor()
6026 D->getLocation() == Data->TokenBeginLoc) in GetCursorVisitor()