Lines Matching refs:getSourceTextForExpr
140 static StringRef getSourceTextForExpr(const MatchFinder::MatchResult &Result, in getSourceTextForExpr() function
174 B.SourceTokens = getSourceTextForExpr(Result, CE->getArg(0)); in initializeBindArgumentForCallExpr()
215 B.UsageIdentifier = std::string(getSourceTextForExpr(Result, E)); in tryCaptureAsLocalVariable()
232 B.UsageIdentifier = std::string(getSourceTextForExpr(Result, E)); in tryCaptureAsMemberVariable()
247 B.UsageIdentifier = std::string(getSourceTextForExpr(Result, E)); in tryCaptureAsMemberVariable()
276 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()
708 Stream << getSourceTextForExpr(Result, Ref); in check()