Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDMacroInfo.h131 SourceLocation getDefinitionEndLoc() const { return EndLocation; } in getDefinitionEndLoc() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPreprocessingRecord.cpp459 SourceRange R(MI->getDefinitionLoc(), MI->getDefinitionEndLoc()); in MacroDefined()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp2673 AddSourceLocation(MI->getDefinitionEndLoc(), Record); in WritePreprocessor()