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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5301 SourceLocation ExpectedLParenLoc = PP.getLocForEndOfToken(NameLoc); local
5304 << FixItHint::CreateInsertion(ExpectedLParenLoc, "()");
5308 /*LPLoc*/ ExpectedLParenLoc,
5310 /*RPLoc*/ ExpectedLParenLoc);

Completed in 103 milliseconds