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

References

tools/clang/tools/libclang/CIndex.cpp
 3662     MacroExpansionCursor ME = getCursorMacroExpansion(C);
 4605     return cxstring::createRef(getCursorMacroExpansion(C).getName()
 5898       = cxcursor::getCursorMacroExpansion(C).getSourceRange().getBegin();
 6030     SourceRange Range = cxcursor::getCursorMacroExpansion(C).getSourceRange();
 6170             getCursorMacroExpansion(C).getDefinition())
 7367     SourceRange macroRange = getCursorMacroExpansion(cursor).getSourceRange();
tools/clang/tools/libclang/CIndexHigh.cpp
  269     Macro = getCursorMacroExpansion(cursor).getName();
  321     Macro = getCursorMacroExpansion(Cursor).getName();