Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DMakeMemberFunctionConstCheck.cpp241 static SourceLocation getConstInsertionPoint(const CXXMethodDecl *M) { in getConstInsertionPoint() function
262 << FixItHint::CreateInsertion(getConstInsertionPoint(Definition), in check()
265 Diag << FixItHint::CreateInsertion(getConstInsertionPoint(Declaration), in check()