HomeSort by: relevance | last modified time | path
    Searched defs:Collect (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Pragma.cpp 131 // TokenCollector provides the option to collect tokens that were "read"
136 bool Collect;
141 if (Collect)
147 assert(Collect && "did not collect tokens");
1404 // Collect the warning ids.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 740 // type, so we need to collect the pending deduced values for those packs.
747 // FIXME: Also collect the unexpanded packs in any type and template
751 auto Collect = [&](TemplateArgument Pattern) {
763 Collect(Pattern);
771 Collect(ExtraDeductions.pop_back_val());
1242 // Use a breadth-first search through the bases to collect the set of

Completed in 28 milliseconds