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

Declarations

tools/clang/tools/libclang/CXCursor.h
  191   const IdentifierInfo *getName() const;

References

tools/clang/tools/libclang/CIndex.cpp
 3663     return ME.getName();
 4605     return cxstring::createRef(getCursorMacroExpansion(C).getName()
tools/clang/tools/libclang/CIndexHigh.cpp
  269     Macro = getCursorMacroExpansion(cursor).getName();
  321     Macro = getCursorMacroExpansion(Cursor).getName();