reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CIndex.cpp
 5563   CXCursor *BestCursor = &Data->BestCursor;
 5568   if (cursor.kind == CXCursor_MacroExpansion && Data->PointsAtMacroArgExpansion)
 5605       if (Data->VisitedDeclaratorDeclStartLoc == StartLoc)
 5607       Data->VisitedDeclaratorDeclStartLoc = StartLoc;
 5618       if (Data->VisitedObjCPropertyImplDecl)
 5620       Data->VisitedObjCPropertyImplDecl = true;
 5632       if (D->getLocation().isValid() && Data->TokenBeginLoc.isValid() &&
 5633           D->getLocation() == Data->TokenBeginLoc)