Searched refs:MapLoc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 5513 SourceLocation MapLoc; variable 5543 SourceLocation MapLoc, const OMPVarListLocTy &Locs, in OMPMapClause() argument 5548 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause() 5598 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() 5686 SourceLocation getMapLoc() const LLVM_READONLY { return MapLoc; } in getMapLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1916 SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, in RebuildOMPMapClause() argument 1920 IsMapTypeImplicit, MapLoc, ColonLoc, in RebuildOMPMapClause()
|
| H A D | SemaOpenMP.cpp | 19229 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause() argument 19263 MapperId, MapType, IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 11150 SourceLocation MapLoc, SourceLocation ColonLoc,
|