Home
last modified time | relevance | path

Searched defs:FileRange (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/libclang/
H A DSourceRange.hpp31 struct FileRange struct
33 FileLocation start;
34 FileLocation end;
36 bool empty() const { return start.empty(); } in empty()
38 bool operator==(const FileRange& other) const in operator ==()
44 bool operator!=(const FileRange& other) const in operator !=()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct
78 /// Gets the substring that this FileRange refers to. argument
99 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct
78 /// Gets the substring that this FileRange refers to. argument
99 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct
78 /// Gets the substring that this FileRange refers to. argument
95 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Tooling/Syntax/
H A DTokens.h52 struct FileRange { struct
79 /// Gets the substring that this FileRange refers to. argument
100 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct
78 /// Gets the substring that this FileRange refers to. argument
99 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct
78 /// Gets the substring that this FileRange refers to. argument
99 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct
78 /// Gets the substring that this FileRange refers to. argument
99 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct
78 /// Gets the substring that this FileRange refers to. argument
99 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Tooling/Syntax/
H A DTokens.h52 struct FileRange { struct
79 /// Gets the substring that this FileRange refers to. argument
100 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Tooling/Syntax/
H A DTokens.h52 struct FileRange { struct
79 /// Gets the substring that this FileRange refers to. argument
100 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h52 struct FileRange { struct
79 /// Gets the substring that this FileRange refers to. argument
100 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Tooling/Syntax/
H A DTokens.h51 struct FileRange { struct
78 /// Gets the substring that this FileRange refers to. argument
99 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Tooling/Syntax/
H A DTokens.h52 struct FileRange { struct
79 /// Gets the substring that this FileRange refers to. argument
100 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Tooling/Syntax/
H A DTokens.h52 struct FileRange { struct
79 /// Gets the substring that this FileRange refers to. argument
100 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const FileRange &R); argument
/dports/devel/texlab/texlab-3.3.0/src/syntax/
H A Dbuild_log.rs63 ranges: &[FileRange], in extract_matches()
128 struct FileRange { struct
134 impl FileRange { argument
170 impl Ord for FileRange { implementation
176 impl PartialOrd for FileRange { implementation
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/
H A Dfsutil.go18 type FileRange struct { struct
19 Offset int
20 Length int
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/cache/
H A Dfsutil.go18 type FileRange struct { struct
19 Offset int
20 Length int
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/
H A Dfn_references.rs11 pub(crate) fn find_all_methods(db: &RootDatabase, file_id: FileId) -> Vec<FileRange> { in find_all_methods()
17 fn method_range(item: SyntaxNode, file_id: FileId) -> Option<FileRange> { in method_range()
85 fn check_result(refs: &[FileRange], expected: &[RangeInclusive<u32>]) { in check_result()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/
H A Dfn_references.rs11 pub(crate) fn find_all_methods(db: &RootDatabase, file_id: FileId) -> Vec<FileRange> { in find_all_methods()
17 fn method_range(item: SyntaxNode, file_id: FileId) -> Option<FileRange> { in method_range()
85 fn check_result(refs: &[FileRange], expected: &[RangeInclusive<u32>]) { in check_result()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/
H A DFileRange.java19 public class FileRange extends JavaScriptObject class
21 protected FileRange() {} in FileRange() method in FileRange
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/simple-sendfile-0.2.30/Network/Sendfile/
H A DTypes.hs16 data FileRange = EntireFile function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/simple-sendfile-0.2.30/Network/Sendfile/
H A DTypes.hs16 data FileRange = EntireFile type
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/simple-sendfile-0.2.30/Network/Sendfile/
H A DTypes.hs16 data FileRange = EntireFile function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/simple-sendfile-0.2.30/Network/Sendfile/
H A DTypes.hs16 data FileRange = EntireFile type

12345678910>>...16