Lines Matching refs:getSourceTextForExpr
139 static StringRef getSourceTextForExpr(const MatchFinder::MatchResult &Result, in getSourceTextForExpr() function
173 B.SourceTokens = getSourceTextForExpr(Result, CE->getArg(0)); in initializeBindArgumentForCallExpr()
214 B.UsageIdentifier = std::string(getSourceTextForExpr(Result, E)); in tryCaptureAsLocalVariable()
231 B.UsageIdentifier = std::string(getSourceTextForExpr(Result, E)); in tryCaptureAsMemberVariable()
246 B.UsageIdentifier = std::string(getSourceTextForExpr(Result, E)); in tryCaptureAsMemberVariable()
275 B.SourceTokens = getSourceTextForExpr(Result, E); in buildBindArguments()
562 LP.Callable.SourceTokens = getSourceTextForExpr(Result, CalleeExpr); in getLambdaProperties()
567 std::string(getSourceTextForExpr(Result, CalleeExpr)); in getLambdaProperties()
569 getSourceTextForExpr(Result, ignoreTemporariesAndPointers(CalleeExpr))); in getLambdaProperties()
575 LP.Callable.CaptureInitializer = getSourceTextForExpr(Result, CalleeExpr); in getLambdaProperties()
715 Stream << getSourceTextForExpr(Result, Ref); in check()