Home
last modified time | relevance | path

Searched refs:getMapperIdInfo (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6626 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPMapClause()
6718 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPToClause()
6748 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPFromClause()
/llvm-project-15.0.7/clang/lib/AST/
H A DOpenMPClause.cpp2215 OS << Node->getMapperIdInfo() << ')'; in PrintMapper()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3616 SemaRef.SubstDeclarationNameInfo(OldC->getMapperIdInfo(), TemplateArgs); in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h10137 MapperIdInfo = C->getMapperIdInfo(); in transformOMPMappableExprListClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h5450 const DeclarationNameInfo &getMapperIdInfo() const { return MapperIdInfo; } in getMapperIdInfo() function