Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMakeMemberFunctionConstCheck.cpp234 static SourceLocation getConstInsertionPoint(const CXXMethodDecl *M) { in getConstInsertionPoint() function
255 << FixItHint::CreateInsertion(getConstInsertionPoint(Definition), in check()
258 Diag << FixItHint::CreateInsertion(getConstInsertionPoint(Declaration), in check()