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 493 const QualType *ExpandedTypes,
501 if (ExpandedTypes && ExpandedTInfos) {
504 TypesAndInfos[2*I] = ExpandedTypes[I].getAsOpaquePtr();
526 const QualType *ExpandedTypes,
534 ExpandedTypes, NumExpandedTypes,
    [all...]
ASTContext.cpp 129 SmallVector<QualType, 2> ExpandedTypes;
132 ExpandedTypes.push_back(getCanonicalType(NTTP->getExpansionType(I)));
134 getTrivialTypeSourceInfo(ExpandedTypes.back()));
144 ExpandedTypes.data(),
145 ExpandedTypes.size(),
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 143 milliseconds