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

Declarations

tools/clang/tools/libclang/CXCursor.h
  193   SourceRange getSourceRange() const;

References

tools/clang/tools/libclang/CIndex.cpp
 5898       = cxcursor::getCursorMacroExpansion(C).getSourceRange().getBegin();
 6030     SourceRange Range = cxcursor::getCursorMacroExpansion(C).getSourceRange();
 7367     SourceRange macroRange = getCursorMacroExpansion(cursor).getSourceRange();