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

  /external/clang/lib/AST/
DeclTemplate.cpp 546 const QualType *ExpandedTypes,
552 if (ExpandedTypes && ExpandedTInfos) {
556 new (&TypesAndInfos[I].first) QualType(ExpandedTypes[I]);
578 const QualType *ExpandedTypes,
585 ExpandedTypes, NumExpandedTypes, ExpandedTInfos);
    [all...]
ASTContext.cpp 620 SmallVector<QualType, 2> ExpandedTypes;
623 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
625 getTrivialTypeSourceInfo(ExpandedTypes.back()));
635 ExpandedTypes.data(),
636 ExpandedTypes.size(),
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 57 milliseconds