reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

include/llvm/ADT/APInt.h
   69 class LLVM_NODISCARD APInt {
include/llvm/ADT/Optional.h
  281 template <typename T, typename U>
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/DebugInfo/GSYM/InlineInfo.h
   58 struct InlineInfo {
include/llvm/DebugInfo/GSYM/LineTable.h
  118 class LineTable {
include/llvm/IR/DebugInfoMetadata.h
 2447   struct FragmentInfo {
include/llvm/Remarks/Remark.h
   30 struct RemarkLocation {
include/llvm/Support/Alignment.h
   40 struct Align {
include/llvm/Support/MD5.h
   55   struct MD5Result {
tools/clang/include/clang/AST/StmtIterator.h
  140 struct ConstStmtIterator : public StmtIteratorImpl<ConstStmtIterator,
tools/clang/include/clang/Tooling/Core/Replacement.h
   83 class Replacement {
tools/clang/tools/extra/clangd/ExpectedTypes.h
   34 class OpaqueType {
tools/clang/tools/extra/clangd/Protocol.h
  156 struct Range {
tools/clang/tools/extra/clangd/SemanticHighlighting.h
   27 enum class HighlightingKind {
tools/clang/tools/extra/clangd/index/SymbolID.h
   31 class SymbolID {
tools/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h
   23   enum Kind { Module, Info, File, Func, Line, Public, StackCFI, StackWin };
unittests/ADT/OptionalTest.cpp
  458 struct EqualityMock {};
unittests/ADT/TestGraph.h
  163   class ChildIterator {