HomeSort by relevance Sort by last modified time
    Searched refs:getDefinitionEndLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
MacroInfo.h 132 /// getDefinitionEndLoc - Return the location of the last token in the macro.
134 SourceLocation getDefinitionEndLoc() const { return EndLocation; }
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 376 SourceRange R(MI->getDefinitionLoc(), MI->getDefinitionEndLoc());

Completed in 23 milliseconds