HomeSort by relevance Sort by last modified time
    Searched refs:ExpandedTInfos (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
DeclTemplate.cpp 523 TypeSourceInfo **ExpandedTInfos)
529 if (ExpandedTypes && ExpandedTInfos) {
533 TypesAndInfos[2*I + 1] = ExpandedTInfos[I];
556 TypeSourceInfo **ExpandedTInfos) {
560 ExpandedTypes, NumExpandedTypes, ExpandedTInfos);
    [all...]
ASTContext.cpp 620 SmallVector<TypeSourceInfo *, 2> ExpandedTInfos;
623 ExpandedTInfos.push_back(
636 ExpandedTInfos.data());
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]

Completed in 71 milliseconds