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

/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp412 /// in ParenHints.
420 SmallVectorImpl<SourceRange> &ParenHints,
438 // If true, the fixed argument spans multiple old arguments and ParenHints
483 // Add right paren and store the paren locations in ParenHints
491 ParenHints.push_back(SourceRange(ArgStartIterator->getLocation(),
505 return !ParenHints.empty() && InitLists.empty();
671 SmallVector<SourceRange, 4> ParenHints, InitLists; local
673 ParenHints, InitLists)) {
687 for (const SourceRange &ParenLocation : ParenHints) {
416 GenerateNewArgTokens(Preprocessor &PP, SmallVectorImpl<Token> &OldTokens, SmallVectorImpl<Token> &NewTokens, unsigned &NumArgs, SmallVectorImpl<SourceRange> &ParenHints, SmallVectorImpl<SourceRange> &InitLists) argument

Completed in 95 milliseconds