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

/external/clang/tools/libclang/
H A DCIndexHigh.cpp272 Macro = getCursorMacroExpansion(cursor).getName();
324 Macro = getCursorMacroExpansion(Cursor).getName();
H A DCXCursor.h201 static inline MacroExpansionCursor getCursorMacroExpansion(CXCursor C) { function in namespace:clang::cxcursor
H A DCIndex.cpp3488 return cxstring::createRef(getCursorMacroExpansion(C).getName()
4359 = cxcursor::getCursorMacroExpansion(C).getSourceRange().getBegin();
4491 SourceRange Range = cxcursor::getCursorMacroExpansion(C).getSourceRange();
4632 if (const MacroDefinition *Def = getCursorMacroExpansion(C).getDefinition())
5647 SourceRange macroRange = getCursorMacroExpansion(cursor).getSourceRange();

Completed in 355 milliseconds