Searched refs:MapLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4085 SourceLocation MapLoc; variable 4109 SourceLocation MapLoc, SourceLocation StartLoc, in OMPMapClause() argument 4117 MapLoc(MapLoc) { in OMPMapClause() 4169 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() 4254 SourceLocation getMapLoc() const LLVM_READONLY { return MapLoc; } in getMapLoc()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 1802 SourceLocation MapLoc, SourceLocation ColonLoc, in RebuildOMPMapClause() argument 1806 MapType, IsMapTypeImplicit, MapLoc, in RebuildOMPMapClause()
|
| H A D | SemaOpenMP.cpp | 13100 SourceLocation MapLoc, SourceLocation ColonLoc, in ActOnOpenMPMapClause() argument 13131 MapType, IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 9342 SourceLocation MapLoc, SourceLocation ColonLoc,
|