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 511 const QualType *ExpandedTypes,
519 if (ExpandedTypes && ExpandedTInfos) {
522 TypesAndInfos[2*I] = ExpandedTypes[I].getAsOpaquePtr();
544 const QualType *ExpandedTypes,
552 ExpandedTypes, NumExpandedTypes,
    [all...]
ASTContext.cpp 456 SmallVector<QualType, 2> ExpandedTypes;
459 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
461 getTrivialTypeSourceInfo(ExpandedTypes.back()));
471 ExpandedTypes.data(),
472 ExpandedTypes.size(),
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 71 milliseconds