Searched refs:MapLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 3310 SourceLocation MapLoc; variable 3330 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc() 3353 SourceLocation MapLoc, SourceLocation StartLoc, in OMPMapClause() argument 3361 MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) {} in OMPMapClause() 3377 MapTypeIsImplicit(false), MapLoc() {} in OMPMapClause() 3434 SourceLocation getMapLoc() const LLVM_READONLY { return MapLoc; } in getMapLoc()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11043 SourceLocation MapLoc, SourceLocation ColonLoc, in ActOnOpenMPMapClause() argument 11055 IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
|
D | TreeTransform.h | 1674 SourceLocation MapLoc, SourceLocation ColonLoc, in RebuildOMPMapClause() argument 1678 IsMapTypeImplicit, MapLoc, ColonLoc, in RebuildOMPMapClause()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8447 SourceLocation MapLoc, SourceLocation ColonLoc,
|