Searched refs:MapLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5621 SourceLocation MapLoc; variable 5651 SourceLocation MapLoc, const OMPVarListLocTy &Locs, in OMPMapClause() argument 5656 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause() 5706 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() 5794 SourceLocation getMapLoc() const LLVM_READONLY { return MapLoc; } in getMapLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1930 SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, in RebuildOMPMapClause() argument 1934 IsMapTypeImplicit, MapLoc, ColonLoc, in RebuildOMPMapClause()
|
| H A D | SemaOpenMP.cpp | 19612 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause() argument 19646 MapperId, MapType, IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 11251 SourceLocation MapLoc, SourceLocation ColonLoc,
|