Searched refs:getMapType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1430 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause() 1438 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | Attr.td | 3110 if (getMapType() != MT_To) 3111 OS << ' ' << ConvertMapTypeTyToStr(getMapType()); 3118 return Attr->getMapType();
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5292 Record.push_back(D->getAttr<OMPDeclareTargetDeclAttr>()->getMapType()); in WriteDeclUpdatesBlocks() 6789 Record.push_back(C->getMapType()); in VisitOMPMapClause()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 7429 InfoGen(L.first, L.second, C->getMapType(), C->getMapTypeModifiers(), in generateAllInfo() 7694 DeclComponentLists.emplace_back(L.second, C->getMapType(), in generateInfoForCapture() 7851 C->getMapType(), C->getMapTypeModifiers(), L.second, BasePointers, in generateInfoForDeclareTargetLink()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 4215 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8808 C->getMapTypeModifiers(), C->getMapTypeModifiersLoc(), C->getMapType(), in TransformOMPMapClause()
|