Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp956 for (SourceRange ParenLocation : ParenHints) { in ReadMacroCallArgumentList() local
957 DB << FixItHint::CreateInsertion(ParenLocation.getBegin(), "("); in ReadMacroCallArgumentList()
958 DB << FixItHint::CreateInsertion(ParenLocation.getEnd(), ")"); in ReadMacroCallArgumentList()