Searched refs:getCursorMacroExpansion (Results 1 – 3 of 3) sorted by relevance
269 Macro = getCursorMacroExpansion(cursor).getName(); in findFileMacroRefVisit()321 Macro = getCursorMacroExpansion(Cursor).getName(); in findMacroRefsInFile()
194 static inline MacroExpansionCursor getCursorMacroExpansion(CXCursor C) { in getCursorMacroExpansion() function
3803 MacroExpansionCursor ME = getCursorMacroExpansion(C); in getMacroIdentifier()4742 getCursorMacroExpansion(C).getName()->getNameStart()); in clang_getCursorSpelling()6063 cxcursor::getCursorMacroExpansion(C).getSourceRange().getBegin(); in clang_getCursorLocation()6194 SourceRange Range = cxcursor::getCursorMacroExpansion(C).getSourceRange(); in getRawCursorExtent()6335 getCursorMacroExpansion(C).getDefinition()) in clang_getCursorReferenced()7523 SourceRange macroRange = getCursorMacroExpansion(cursor).getSourceRange(); in visit()