Searched refs:getMapType (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | AttrImpl.cpp | 131 if (getMapType() != MT_To) in printPrettyPragma() 132 OS << ' ' << ConvertMapTypeTyToStr(getMapType()); in printPrettyPragma() 148 return FoundAttr->getMapType(); in isDeclareTargetDeclaration()
|
D | OpenMPClause.cpp | 1960 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause() 1970 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 901 if (Node->getMapType() != OMPC_MAP_unknown) { in VisitOMPMapClause() 907 OS << getOpenMPSimpleClauseTypeName(OMPC_map, Node->getMapType()); in VisitOMPMapClause()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 2394 if (getMapType() != MT_To) 2395 OS << ConvertMapTypeTyToStr(getMapType()) << " ";
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 3419 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 2041 Record.push_back(C->getMapType()); in VisitOMPMapClause()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 5082 Record.push_back(D->getAttr<OMPDeclareTargetDeclAttr>()->getMapType()); in WriteDeclUpdatesBlocks() 6593 Record.push_back(C->getMapType()); in VisitOMPMapClause()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 5418 InfoGen(L.first, L.second, C->getMapType(), C->getMapTypeModifier()); in generateAllInfo() 5470 generateInfoForComponentList(C->getMapType(), C->getMapTypeModifier(), in generateInfoForCapture()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 8324 InfoGen(std::get<0>(L), std::get<1>(L), C->getMapType(), in generateAllInfo() 8617 Info[VD].emplace_back(std::get<1>(L), MC->getMapType(), in generateAllInfoForMapper() 8804 DeclComponentLists.emplace_back(Components, C->getMapType(), in generateInfoForCapture()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 3434 NewNameInfo, OldC->getMapType(), OldC->isImplicitMapType(), in VisitOMPDeclareMapperDecl()
|
D | TreeTransform.h | 9642 MapperIdInfo, C->getMapType(), C->isImplicitMapType(), C->getMapLoc(), in TransformOMPMapClause()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 5553 OpenMPMapClauseKind getMapType() const LLVM_READONLY { return MapType; } in getMapType() function
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 11528 } else if (ND->getAttr<OMPDeclareTargetDeclAttr>()->getMapType() != MT) { in ActOnOpenMPDeclareTargetName()
|
D | TreeTransform.h | 8033 C->getMapTypeModifier(), C->getMapType(), C->isImplicitMapType(), in TransformOMPMapClause()
|