Home
last modified time | relevance | path

Searched refs:getCursorMacroExpansion (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DCIndexHigh.cpp272 Macro = getCursorMacroExpansion(cursor).getName(); in findFileMacroRefVisit()
324 Macro = getCursorMacroExpansion(Cursor).getName(); in findMacroRefsInFile()
DCXCursor.h198 static inline MacroExpansionCursor getCursorMacroExpansion(CXCursor C) { in getCursorMacroExpansion() function
DCIndex.cpp3405 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()