Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7533 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPMapClause()
7631 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPToClause()
7661 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPFromClause()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2321 OS << Node->getMapperIdInfo() << ')'; in PrintMapper()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3801 SemaRef.SubstDeclarationNameInfo(OldC->getMapperIdInfo(), TemplateArgs); in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h10797 MapperIdInfo = C->getMapperIdInfo(); in transformOMPMappableExprListClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5608 const DeclarationNameInfo &getMapperIdInfo() const { return MapperIdInfo; } in getMapperIdInfo() function