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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 305 SmallVector<std::pair<QualType, SourceLocation>, 8> ReductionTypes;
315 ReductionTypes.push_back(
336 if (ReductionTypes.empty()) {
354 getCurScope(), Actions.getCurLexicalContext(), Name, ReductionTypes, AS);
358 unsigned I = 0, E = ReductionTypes.size();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 3302 std::pair<QualType, SourceLocation> ReductionTypes[] = {
3311 /*S=*/nullptr, Owner, D->getDeclName(), ReductionTypes, D->getAccess(),
SemaOpenMP.cpp 19300 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,
19303 Decls.reserve(ReductionTypes.size());
19355 for (const auto &TyData : ReductionTypes) {
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 10391 ArrayRef<std::pair<QualType, SourceLocation>> ReductionTypes,

Completed in 42 milliseconds