HomeSort by relevance Sort by last modified time
    Searched refs:Unexpanded (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 25 // Visitor that collects unexpanded parameter packs
29 /// \brief A class that collects unexpanded parameter packs.
36 SmallVectorImpl<UnexpandedParameterPack> &Unexpanded;
42 SmallVectorImpl<UnexpandedParameterPack> &Unexpanded)
43 : Unexpanded(Unexpanded), InLambda(false) { }
48 // Recording occurrences of (unexpanded) parameter packs.
54 Unexpanded.push_back(std::make_pair(TL.getTypePtr(), TL.getNameLoc()));
65 Unexpanded.push_back(std::make_pair(T, SourceLocation()));
74 Unexpanded.push_back(std::make_pair(E->getDecl(), E->getLocation()))
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateDeduction.cpp 536 /// \brief Retrieve the depth and index of an unexpanded parameter pack.
753 SmallVector<UnexpandedParameterPack, 2> Unexpanded;
754 S.collectUnexpandedParameterPacks(Pattern, Unexpanded);
755 for (unsigned I = 0, N = Unexpanded.size(); I != N; ++I) {
757 llvm::tie(Depth, Index) = getDepthAndIndex(Unexpanded[I]);
764 assert(!PackIndices.empty() && "Pack expansion without unexpanded packs?");
    [all...]
TreeTransform.h 224 /// \param Unexpanded The set of unexpanded parameter packs within the
231 /// \param RetainExpansion Whether the caller should add an unexpanded
250 llvm::ArrayRef<UnexpandedParameterPack> Unexpanded,
    [all...]
SemaTemplateInstantiate.cpp 709 llvm::ArrayRef<UnexpandedParameterPack> Unexpanded,
714 PatternRange, Unexpanded,
    [all...]
SemaExprCXX.cpp     [all...]
SemaDeclCXX.cpp 295 // Check for unexpanded parameter packs.
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 668 milliseconds