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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
OpenMPClause.h 5504 SourceLocation MapTypeModifiersLoc[NumberOfOMPMapClauseModifiers];
5553 assert(llvm::array_lengthof(MapTypeModifiersLoc) ==
5556 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc));
5587 MapTypeModifiersLoc[I] = TLoc;
5672 return MapTypeModifiersLoc[Cnt];
5682 return llvm::makeArrayRef(MapTypeModifiersLoc);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 3550 Data.MapTypeModifiersLoc.push_back(Tok.getLocation());
3554 Data.MapTypeModifiersLoc.push_back(Tok.getLocation());
4083 Data.ExtraModifier, Data.MapTypeModifiers, Data.MapTypeModifiersLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 3341 MapTypeModifiersLoc;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 15026 ArrayRef<SourceLocation> MapTypeModifiersLoc, bool IsMapTypeImplicit,
15101 MapTypeModifiers, MapTypeModifiersLoc, ReductionOrMapperIdScopeSpec,
19227 ArrayRef<SourceLocation> MapTypeModifiersLoc,
19242 Diag(MapTypeModifiersLoc[I], diag::err_omp_duplicate_map_type_modifier);
19248 ModifiersLoc[Count] = MapTypeModifiersLoc[I];
TreeTransform.h 1913 ArrayRef<SourceLocation> MapTypeModifiersLoc,
1918 return getSema().ActOnOpenMPMapClause(MapTypeModifiers, MapTypeModifiersLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11038 ArrayRef<SourceLocation> MapTypeModifiersLoc, bool IsMapTypeImplicit,
11146 ArrayRef<SourceLocation> MapTypeModifiersLoc,

Completed in 100 milliseconds