Home
last modified time | relevance | path

Searched refs:MapLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DOpenMPClause.h3310 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/
DSemaOpenMP.cpp11043 SourceLocation MapLoc, SourceLocation ColonLoc, in ActOnOpenMPMapClause() argument
11055 IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
DTreeTransform.h1674 SourceLocation MapLoc, SourceLocation ColonLoc, in RebuildOMPMapClause() argument
1678 IsMapTypeImplicit, MapLoc, ColonLoc, in RebuildOMPMapClause()
/external/clang/include/clang/Sema/
DSema.h8447 SourceLocation MapLoc, SourceLocation ColonLoc,