Home
last modified time | relevance | path

Searched refs:MapTypeModifiersLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h4076 SourceLocation MapTypeModifiersLoc[NumberOfModifiers]; variable
4122 assert(llvm::array_lengthof(MapTypeModifiersLoc) == in OMPMapClause()
4125 llvm::copy(MapModifiersLoc, std::begin(MapTypeModifiersLoc)); in OMPMapClause()
4158 MapTypeModifiersLoc[I] = TLoc; in setMapTypeModifierLoc()
4240 return MapTypeModifiersLoc[Cnt]; in getMapTypeModifierLoc()
4250 return llvm::makeArrayRef(MapTypeModifiersLoc); in getMapTypeModifiersLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseOpenMP.cpp1801 Data.MapTypeModifiersLoc.push_back(Tok.getLocation()); in parseMapTypeModifiers()
2077 Data.MapTypeModifiers, Data.MapTypeModifiersLoc, Data.MapType, in ParseOpenMPVarListClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h2883 MapTypeModifiersLoc; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp9620 ArrayRef<SourceLocation> MapTypeModifiersLoc, in ActOnOpenMPVarListClause() argument
9673 Res = ActOnOpenMPMapClause(MapTypeModifiers, MapTypeModifiersLoc, MapType, in ActOnOpenMPVarListClause()
13098 ArrayRef<SourceLocation> MapTypeModifiersLoc, in ActOnOpenMPMapClause() argument
13116 Diag(MapTypeModifiersLoc[I], diag::err_omp_duplicate_map_type_modifier); in ActOnOpenMPMapClause()
13122 ModifiersLoc[Count] = MapTypeModifiersLoc[I]; in ActOnOpenMPMapClause()
H A DTreeTransform.h1800 ArrayRef<SourceLocation> MapTypeModifiersLoc, in RebuildOMPMapClause() argument
1805 return getSema().ActOnOpenMPMapClause(MapTypeModifiers, MapTypeModifiersLoc, in RebuildOMPMapClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9255 ArrayRef<SourceLocation> MapTypeModifiersLoc,
9340 ArrayRef<SourceLocation> MapTypeModifiersLoc,