Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp7452 SourceRange DefRange(MI->getReplacementToken(0).getLocation(), in checkForMacroInMacroDefinition() local
7458 if (SM.isBeforeInTranslationUnit(Tok.getLocation(), DefRange.getBegin())) in checkForMacroInMacroDefinition()
7460 if (SM.isBeforeInTranslationUnit(DefRange.getEnd(), Tok.getLocation())) in checkForMacroInMacroDefinition()