Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp8172 SourceLocation AddConstLoc; in CheckFunctionDeclaration() local
8175 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()
8178 << FixItHint::CreateInsertion(AddConstLoc, " const"); in CheckFunctionDeclaration()