Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPMacroExpansion.cpp694 for (const SourceRange &ParenLocation : ParenHints) { in ReadFunctionLikeMacroArgs() local
695 DB << FixItHint::CreateInsertion(ParenLocation.getBegin(), "("); in ReadFunctionLikeMacroArgs()
696 DB << FixItHint::CreateInsertion(ParenLocation.getEnd(), ")"); in ReadFunctionLikeMacroArgs()