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 509 const QualType *ExpandedTypes,
517 if (ExpandedTypes && ExpandedTInfos) {
520 TypesAndInfos[2*I] = ExpandedTypes[I].getAsOpaquePtr();
542 const QualType *ExpandedTypes,
550 ExpandedTypes, NumExpandedTypes,
    [all...]
ASTContext.cpp 535 SmallVector<QualType, 2> ExpandedTypes;
538 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
540 getTrivialTypeSourceInfo(ExpandedTypes.back()));
550 ExpandedTypes.data(),
551 ExpandedTypes.size(),
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 24 milliseconds