Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp10845 SourceLocation AddConstLoc; in CheckFunctionDeclaration() local
10848 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()
10851 << FixItHint::CreateInsertion(AddConstLoc, " const"); in CheckFunctionDeclaration()