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

Declarations

tools/clang/tools/extra/clangd/unittests/TestIndex.h
   23 Symbol sym(llvm::StringRef QName, index::SymbolKind Kind,

References

tools/clang/tools/extra/clangd/unittests/CodeCompleteTests.cpp
 1920   Symbol Foo0 = sym("foo", index::SymbolKind::Function, "@F@\\0#");
 1922   Symbol Foo1 = sym("foo", index::SymbolKind::Function, "@F@\\0#I#");
 1924   Symbol Foo2 = sym("foo", index::SymbolKind::Function, "@F@\\0#I#I#");
tools/clang/tools/extra/clangd/unittests/TestIndex.cpp
   61   return sym(Name, index::SymbolKind::Function, "@F@\\0#"); // no args
   65   return sym(Name, index::SymbolKind::Class, "@S@\\0");
   69   return sym(Name, index::SymbolKind::Variable, "@\\0");
   73   return sym(Name, index::SymbolKind::Namespace, "@N@\\0");