HomeSort by: relevance | last modified time | path
    Searched refs:ArgumentPackSubstitutionIndex (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 1208 assert(S.ArgumentPackSubstitutionIndex >= 0);
1209 assert(S.ArgumentPackSubstitutionIndex < (int)Arg.pack_size());
1210 Arg = Arg.pack_begin()[S.ArgumentPackSubstitutionIndex];
1277 if (getSema().ArgumentPackSubstitutionIndex == -1)
1388 if (getSema().ArgumentPackSubstitutionIndex == -1) {
1410 if (getSema().ArgumentPackSubstitutionIndex == -1)
1463 if (getSema().ArgumentPackSubstitutionIndex == -1) {
1516 T = parm->getExpansionType(SemaRef.ArgumentPackSubstitutionIndex);
1584 if (getSema().ArgumentPackSubstitutionIndex == -1) {
1644 if (getSema().ArgumentPackSubstitutionIndex != -1)
    [all...]
Sema.cpp 182 ArgumentPackSubstitutionIndex(-1), CurrentInstantiationScope(nullptr),
SemaTemplateInstantiateDecl.cpp 3183 SemaRef.ArgumentPackSubstitutionIndex != -1;
5832 int PackIdx = ArgumentPackSubstitutionIndex;
TreeTransform.h 155 bool AlwaysRebuild() { return SemaRef.ArgumentPackSubstitutionIndex != -1; }
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Template.h 492 SubstIndex(SemaRef, SemaRef.ArgumentPackSubstitutionIndex),
Sema.h 8775 int ArgumentPackSubstitutionIndex;
8780 /// See \c ArgumentPackSubstitutionIndex for more information.
8787 : Self(Self), OldSubstitutionIndex(Self.ArgumentPackSubstitutionIndex) {
8788 Self.ArgumentPackSubstitutionIndex = NewSubstitutionIndex;
8792 Self.ArgumentPackSubstitutionIndex = OldSubstitutionIndex;

Completed in 129 milliseconds