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

Definitions

gen/lib/Target/X86/X86GenRegisterInfo.inc
   19 enum {
include/llvm/ADT/BitVector.h
   73 class BitVector {
include/llvm/ADT/StringRef.h
   54   class StringRef {
include/llvm/Testing/Support/Error.h
  143 MATCHER(Succeeded, "") { return arg.Success(); }
  144 MATCHER(Failed, "") { return !arg.Success(); }
tools/clang/include/clang/Sema/CodeCompleteConsumer.h
  189   enum Kind {
tools/clang/tools/extra/clangd/Protocol.h
  156 struct Range {
tools/clang/tools/extra/clangd/unittests/BackgroundIndexTests.cpp
   37 MATCHER(EmptyIncludeNode, "") {
   42 MATCHER(HadErrors, "") {
tools/lldb/unittests/Core/UniqueCStringMapTest.cpp
   15 struct NoDefault {
tools/llvm-exegesis/lib/CodeTemplate.h
   49 enum class ExecutionMode : uint8_t {
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
   35 MATCHER(IsInvalid, "") { return !arg.isValid(); }
utils/unittest/googlemock/include/gmock/gmock-matchers.h
 1835 template <typename M>
utils/unittest/googlemock/include/gmock/gmock-more-matchers.h
   50 MATCHER(IsEmpty, negation ? "isn't empty" : "is empty") {