Home | History | Annotate | Download | only in libclang

Lines Matching refs:macroRange

5419     SourceRange macroRange = getCursorMacroExpansion(cursor).getSourceRange();
5420 if (macroRange.getBegin() == macroRange.getEnd())
5425 macroRange.getBegin()))
5434 if (!SM.isBeforeInTranslationUnit(tokLoc, macroRange.getEnd()))