Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DMacroInfo.h134 SourceLocation getDefinitionEndLoc() const { return EndLocation; } in getDefinitionEndLoc() function
/external/clang/lib/Lex/
DPreprocessingRecord.cpp376 SourceRange R(MI->getDefinitionLoc(), MI->getDefinitionEndLoc()); in MacroDefined()