Searched refs:getCursorMacroExpansion (Results 1 – 3 of 3) sorted by relevance
272 Macro = getCursorMacroExpansion(cursor).getName(); in findFileMacroRefVisit()324 Macro = getCursorMacroExpansion(Cursor).getName(); in findMacroRefsInFile()
198 static inline MacroExpansionCursor getCursorMacroExpansion(CXCursor C) { in getCursorMacroExpansion() function
3834 return cxstring::createRef(getCursorMacroExpansion(C).getName() in clang_getCursorSpelling()4871 = cxcursor::getCursorMacroExpansion(C).getSourceRange().getBegin(); in clang_getCursorLocation()5003 SourceRange Range = cxcursor::getCursorMacroExpansion(C).getSourceRange(); in getRawCursorExtent()5145 getCursorMacroExpansion(C).getDefinition()) in clang_getCursorReferenced()6163 SourceRange macroRange = getCursorMacroExpansion(cursor).getSourceRange(); in visit()