Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h129 SourceLocation getDefinitionEndLoc() const { return EndLocation; } in getDefinitionEndLoc() function
/external/clang/include/clang/Lex/
DMacroInfo.h126 SourceLocation getDefinitionEndLoc() const { return EndLocation; } in getDefinitionEndLoc() function
/external/clang/lib/Lex/
DPreprocessingRecord.cpp422 SourceRange R(MI->getDefinitionLoc(), MI->getDefinitionEndLoc()); in MacroDefined()
/external/llvm-project/clang/lib/Lex/
DPreprocessingRecord.cpp447 SourceRange R(MI->getDefinitionLoc(), MI->getDefinitionEndLoc()); in MacroDefined()
/external/llvm-project/clang-tools-extra/clangd/
DPreamble.cpp208 MI->getDefinitionLoc(), MI->getDefinitionEndLoc()), in MacroDefined()
DHover.cpp585 SourceLocation EndLoc = Macro.Info->getDefinitionEndLoc(); in getHoverContents()
/external/clang/lib/Serialization/
DASTWriter.cpp2256 AddSourceLocation(MI->getDefinitionEndLoc(), Record); in WritePreprocessor()
/external/clang/tools/libclang/
DCIndex.cpp7877 MI->getDefinitionEndLoc()); in checkForMacroInMacroDefinition()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2292 AddSourceLocation(MI->getDefinitionEndLoc(), Record); in WritePreprocessor()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp8992 MI->getDefinitionEndLoc()); in checkForMacroInMacroDefinition()