Home
last modified time | relevance | path

Searched refs:BindRoot (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-query/
H A DQuerySession.h28 DetailedASTOutput(false), SrcLocOutput(false), BindRoot(true), in QuerySession()
38 bool BindRoot; variable
H A DQuery.cpp185 if (QS.BindRoot) { in run()
H A DQueryParser.cpp310 Q = parseSetBool(&QuerySession::BindRoot); in doParse()
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-query/
H A DQueryEngineTest.cpp126 EXPECT_TRUE(SetQuery<bool>(&QuerySession::BindRoot, false).run(OS, S)); in TEST_F()
H A DQueryParserTest.cpp124 EXPECT_EQ(&QuerySession::BindRoot, cast<SetQuery<bool> >(Q)->Var); in TEST_F()