Home
last modified time | relevance | path

Searched defs:SymbolLocation (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DTypesInternal.h26 struct SymbolLocation { struct
34 SymbolLocation(SourceLocation S) : Storage(S) {} in SymbolLocation() function
35 SymbolLocation(tooling::stdlib::Symbol S) : Storage(S) {} in SymbolLocation() function
38 bool operator==(const SymbolLocation &RHS) const { argument
50 llvm::raw_ostream &operator<<(llvm::raw_ostream &, const SymbolLocation &); argument
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolLocation.h19 struct SymbolLocation { struct
32 struct Position {
67 inline bool operator==(const SymbolLocation::Position &L, argument
/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp19 struct SymbolLocation { global() struct
20 module_speclldb_private::SymbolLocation global() argument
21 symbolslldb_private::SymbolLocation global() argument
25 symbols_are_regexlldb_private::SymbolLocation global() argument
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DIndex.proto93 message SymbolLocation { message
/llvm-project/clang-tools-extra/clangd/unittests/
H A DIndexTests.cpp44 TEST(SymbolLocation, Position) { in TEST() argument