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