HomeSort by: relevance | last modified time | path
    Searched refs:ExpandedTInfos (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 700 ArrayRef<QualType> ExpandedTypes, ArrayRef<TypeSourceInfo *> ExpandedTInfos)
704 if (!ExpandedTypes.empty() && !ExpandedTInfos.empty()) {
709 TypesAndInfos[I].second = ExpandedTInfos[I];
734 ArrayRef<TypeSourceInfo *> ExpandedTInfos) {
741 ExpandedTypes, ExpandedTInfos);
ASTContext.cpp 816 SmallVector<TypeSourceInfo *, 2> ExpandedTInfos;
819 ExpandedTInfos.push_back(
831 ExpandedTInfos);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 1425 ArrayRef<TypeSourceInfo *> ExpandedTInfos);
1437 ArrayRef<TypeSourceInfo *> ExpandedTInfos);

Completed in 29 milliseconds