Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h4085 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 DTreeTransform.h1802 SourceLocation MapLoc, SourceLocation ColonLoc, in RebuildOMPMapClause() argument
1806 MapType, IsMapTypeImplicit, MapLoc, in RebuildOMPMapClause()
H A DSemaOpenMP.cpp13100 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 DSema.h9342 SourceLocation MapLoc, SourceLocation ColonLoc,