Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5870 SourceLocation MapLoc; variable
5900 SourceLocation MapLoc, const OMPVarListLocTy &Locs, in OMPMapClause() argument
5905 MapType(MapType), MapTypeIsImplicit(MapTypeIsImplicit), MapLoc(MapLoc) { in OMPMapClause()
5954 void setMapLoc(SourceLocation TLoc) { MapLoc = TLoc; } in setMapLoc()
6053 SourceLocation getMapLoc() const LLVM_READONLY { return MapLoc; } in getMapLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2018 SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList, in RebuildOMPMapClause() argument
2022 MapperIdScopeSpec, MapperId, MapType, IsMapTypeImplicit, MapLoc, in RebuildOMPMapClause()
H A DSemaOpenMP.cpp22419 OpenMPMapClauseKind MapType, bool IsMapTypeImplicit, SourceLocation MapLoc, in ActOnOpenMPMapClause() argument
22461 MapType, IsMapTypeImplicit, MapLoc); in ActOnOpenMPMapClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12502 SourceLocation MapLoc, SourceLocation ColonLoc, ArrayRef<Expr *> VarList,