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

/external/clang/tools/libclang/
H A DCIndex.cpp4527 SourceLocation TokenBeginLoc; member in struct:GetCursorData
4535 : TokenBeginLoc(tokenBegin), BestCursor(outputCursor) {
4614 if (D->getLocation().isValid() && Data->TokenBeginLoc.isValid() &&
4615 D->getLocation() == Data->TokenBeginLoc)

Completed in 70 milliseconds