Searched refs:BindRoot (Results 1 – 5 of 5) sorted by relevance
28 DetailedASTOutput(false), BindRoot(true), PrintMatcher(false), in QuerySession()37 bool BindRoot; variable
100 if (QS.BindRoot) { in run()
305 Q = parseSetBool(&QuerySession::BindRoot); in doParse()
126 EXPECT_TRUE(SetQuery<bool>(&QuerySession::BindRoot, false).run(OS, S)); in TEST_F()
111 EXPECT_EQ(&QuerySession::BindRoot, cast<SetQuery<bool> >(Q)->Var); in TEST_F()