Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp7909 SourceLocation AddConstLoc; in CheckFunctionDeclaration() local
7912 AddConstLoc = getLocForEndOfToken(FTL.getRParenLoc()); in CheckFunctionDeclaration()
7915 << FixItHint::CreateInsertion(AddConstLoc, " const"); in CheckFunctionDeclaration()