Searched refs:HasIntrospection (Results 1 – 2 of 2) sorted by relevance
64 bool HasIntrospection = tooling::NodeIntrospection::hasIntrospectionSupport(); in TEST_F() local75 if (HasIntrospection) in TEST_F()89 if (HasIntrospection) in TEST_F()233 bool HasIntrospection = tooling::NodeIntrospection::hasIntrospectionSupport(); in TEST_F() local236 ASSERT_EQ(HasIntrospection ? 5u : 4u, Comps.size()); in TEST_F()244 if (HasIntrospection) { in TEST_F()248 EXPECT_EQ("dump ", Comps[HasIntrospection ? 4 : 3].TypedText); in TEST_F()249 EXPECT_EQ("dump", Comps[HasIntrospection ? 4 : 3].DisplayText); in TEST_F()
108 bool HasIntrospection = tooling::NodeIntrospection::hasIntrospectionSupport(); in parseSetOutputKind() local114 .Case("srcloc", OK_SrcLoc, /*IsCompletion=*/HasIntrospection) in parseSetOutputKind()119 StringRef(HasIntrospection ? ", 'srcloc'" : "") + in parseSetOutputKind()131 if (HasIntrospection) in parseSetOutputKind()