Lines Matching refs:tooling
158 Source = tooling::buildParens(*E, *Match.Context); in eval()
161 Source = tooling::buildDereference(*E, *Match.Context); in eval()
165 tooling::isKnownPointerLikeType(E->getType(), *Match.Context)) { in eval()
175 Source = tooling::buildDereference(*E, *Match.Context); in eval()
178 *Result += tooling::getText(*E, *Match.Context); in eval()
181 Source = tooling::buildAddressOf(*E, *Match.Context); in eval()
185 tooling::isKnownPointerLikeType(E->getType(), *Match.Context)) { in eval()
195 *Result += tooling::getText(*E, *Match.Context); in eval()
198 Source = tooling::buildAddressOf(*E, *Match.Context); in eval()
232 if (auto Err = tooling::validateRange(*RawRange, *Match.SourceManager, in eval()
249 if (auto Err = tooling::validateRange(Range, *Match.SourceManager, in eval()
255 *Result += tooling::getText(Range, *Match.Context); in eval()
281 std::optional<std::string> S = tooling::buildAccess(*E, *Match.Context); in eval()