Searched refs:MapLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 6462 SourceLocation MapLoc; variable 6492 SourceLocation MapLoc, const OMPVarListLocTy &Locs, in OMPMapClause() argument 6497 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause() 6546 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() 6645 SourceLocation getMapLoc() const LLVM_READONLY { return MapLoc; } in getMapLoc()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 1295 SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2061 SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, in RebuildOMPMapClause() argument 2065 MapperIdScopeSpec, MapperId, MapType, IsMapTypeImplicit, MapLoc, in RebuildOMPMapClause()
|
| H A D | SemaOpenMP.cpp | 22138 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause() argument 22181 MapperId, MapType, IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
|