Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp28 findConstToRemove(const FunctionDecl *Def, in findConstToRemove() function
85 llvm::Optional<Token> Tok = findConstToRemove(Def, MatchResult); in checkDef()
98 if (llvm::Optional<Token> T = findConstToRemove(Decl, MatchResult)) in checkDef()