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 525 const QualType *ExpandedTypes,
533 if (ExpandedTypes && ExpandedTInfos) {
536 TypesAndInfos[2*I] = ExpandedTypes[I].getAsOpaquePtr();
558 const QualType *ExpandedTypes,
566 ExpandedTypes, NumExpandedTypes,
    [all...]
ASTContext.cpp 604 SmallVector<QualType, 2> ExpandedTypes;
607 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
609 getTrivialTypeSourceInfo(ExpandedTypes.back()));
619 ExpandedTypes.data(),
620 ExpandedTypes.size(),
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 41 milliseconds