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

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

Completed in 137 milliseconds