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 521 const QualType *ExpandedTypes,
529 if (ExpandedTypes && ExpandedTInfos) {
532 TypesAndInfos[2*I] = ExpandedTypes[I].getAsOpaquePtr();
554 const QualType *ExpandedTypes,
560 ExpandedTypes, NumExpandedTypes, ExpandedTInfos);
    [all...]
ASTContext.cpp 619 SmallVector<QualType, 2> ExpandedTypes;
622 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
624 getTrivialTypeSourceInfo(ExpandedTypes.back()));
634 ExpandedTypes.data(),
635 ExpandedTypes.size(),
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 100 milliseconds