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

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 705 auto TypesAndInfos =
708 new (&TypesAndInfos[I].first) QualType(ExpandedTypes[I]);
709 TypesAndInfos[I].second = ExpandedTInfos[I];
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 1542 auto TypesAndInfos =
1544 return TypesAndInfos[I].first;
1551 auto TypesAndInfos =
1553 return TypesAndInfos[I].second;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2378 auto TypesAndInfos =
2381 new (&TypesAndInfos[I].first) QualType(Record.readType());
2382 TypesAndInfos[I].second = readTypeSourceInfo();

Completed in 31 milliseconds