Searched defs:FileRange (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h119 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange; typedef in class:ProcessElfCore
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct in namespace:clang::syntax
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp78 FileRange::FileRange(FileID File, unsigned BeginOffset, unsigned EndOffset) function in class:FileRange
84 FileRange::FileRange(const SourceManager &SM, SourceLocation BeginLoc, function in class:FileRange
92 FileRange::FileRange(cons function in class:FileRange
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1239 CharSourceRange FileRange = Lexer::makeFileCharRange(Range, SM, LangOpts); local

Completed in 190 milliseconds