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
3405 MacroExpansionCursor ME = getCursorMacroExpansion(C); in getMacroIdentifier()4235 return cxstring::createRef(getCursorMacroExpansion(C).getName() in clang_getCursorSpelling()5236 = cxcursor::getCursorMacroExpansion(C).getSourceRange().getBegin(); in clang_getCursorLocation()5368 SourceRange Range = cxcursor::getCursorMacroExpansion(C).getSourceRange(); in getRawCursorExtent()5510 getCursorMacroExpansion(C).getDefinition()) in clang_getCursorReferenced()6536 SourceRange macroRange = getCursorMacroExpansion(cursor).getSourceRange(); in visit()