Home
last modified time | relevance | path

Searched refs:setMapType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1118 Clause->setMapType(Type); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5593 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp12511 C->setMapType( in VisitOMPMapClause()