Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp11386 SourceLocation AddConstLoc; in CheckFunctionDeclaration() local
11389 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()
11392 << FixItHint::CreateInsertion(AddConstLoc, " const"); in CheckFunctionDeclaration()