Lines Matching defs:GDB
487 lookupCDB(const DirectoryBasedGlobalCompilationDatabase &GDB,
493 if (auto Result = GDB.lookupCDB(Req))
524 DirectoryBasedGlobalCompilationDatabase GDB(FS);
526 auto Root = lookupCDB(GDB, testPath("foo/test.cc"), Stale);
531 EXPECT_EQ(Root, lookupCDB(GDB, testPath("foo/test.cc"), Stale))
533 auto Foo = lookupCDB(GDB, testPath("foo/test.cc"), Fresh);
535 EXPECT_EQ(Foo, lookupCDB(GDB, testPath("foo/test.cc"), Stale))
540 auto FooAgain = lookupCDB(GDB, testPath("foo/test.cc"), Fresh);
544 auto FooAgain2 = lookupCDB(GDB, testPath("foo/test.cc"), Fresh);
548 auto Bar = lookupCDB(GDB, testPath("foo/test.cc"), Fresh);
553 EXPECT_EQ(Bar, lookupCDB(GDB, testPath("foo/test.cc"), Stale))
555 auto FooBar = lookupCDB(GDB, testPath("foo/test.cc"), Fresh);
566 EXPECT_EQ(FooBar, lookupCDB(GDB, testPath("foo/test.cc"), Stale))
568 auto Baz = lookupCDB(GDB, testPath("foo/test.cc"), Fresh);
575 auto FoobarAgain = lookupCDB(GDB, testPath("foo/test.cc"), Fresh);
582 EXPECT_EQ(Root, lookupCDB(GDB, testPath("foo/test.cc"), Fresh))