Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1148 Clause->setMapType(Type); in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5701 void setMapType(OpenMPMapClauseKind T) { MapType = T; } in setMapType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12553 C->setMapType( in VisitOMPMapClause()