Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h129 SourceLocation getDefinitionEndLoc() const { return EndLocation; } in getDefinitionEndLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp464 SourceRange R(MI->getDefinitionLoc(), MI->getDefinitionEndLoc()); in MacroDefined()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2297 AddSourceLocation(MI->getDefinitionEndLoc(), Record); in WritePreprocessor()