Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DAvoidBindCheck.cpp140 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()
[all …]