Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5513 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 DTreeTransform.h1916 SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, in RebuildOMPMapClause() argument
1920 IsMapTypeImplicit, MapLoc, ColonLoc, in RebuildOMPMapClause()
H A DSemaOpenMP.cpp19229 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 DSema.h11150 SourceLocation MapLoc, SourceLocation ColonLoc,