Home | History | Annotate | Download | only in libclang

Lines Matching full:macrorange

5239     SourceRange macroRange = getCursorMacroExpansion(cursor)->getSourceRange();
5240 if (macroRange.getBegin() == macroRange.getEnd())
5245 macroRange.getBegin()))
5254 if (!SM.isBeforeInTranslationUnit(tokLoc, macroRange.getEnd()))