Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp8025 SourceLocation AddConstLoc; in CheckFunctionDeclaration() local
8028 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()
8031 << FixItHint::CreateInsertion(AddConstLoc, " const"); in CheckFunctionDeclaration()