Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10904 SourceLocation AddConstLoc; in CheckFunctionDeclaration() local
10907 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()
10910 << FixItHint::CreateInsertion(AddConstLoc, " const"); in CheckFunctionDeclaration()