Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp5329 SourceLocation ExpectedLParenLoc = PP.getLocForEndOfToken(NameLoc); in DiagnoseDtorReference() local
5332 << FixItHint::CreateInsertion(ExpectedLParenLoc, "()"); in DiagnoseDtorReference()
5336 /*LPLoc*/ ExpectedLParenLoc, in DiagnoseDtorReference()
5338 /*RPLoc*/ ExpectedLParenLoc); in DiagnoseDtorReference()