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

  /external/clang/lib/AST/
TemplateName.cpp 26 SubstTemplateTemplateParmPackStorage::getArgumentPack() const {
Type.cpp     [all...]
StmtProfile.cpp 967 VisitTemplateArgument(S->getArgumentPack());
ASTImporter.cpp 684 Subst1->getArgumentPack(),
685 Subst2->getArgumentPack()))
    [all...]
ExprCXX.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
TemplateName.h 138 TemplateArgument getArgumentPack() const;
ExprCXX.h     [all...]
Type.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTWriter.cpp 287 Writer.AddTemplateArgument(T->getArgumentPack(), Record);
    [all...]

Completed in 581 milliseconds