Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6423 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPMapClause()
6515 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPToClause()
6545 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPFromClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2121 OS << Node->getMapperIdInfo() << ')'; in PrintMapper()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5320 const DeclarationNameInfo &getMapperIdInfo() const { return MapperIdInfo; } in getMapperIdInfo() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3554 SemaRef.SubstDeclarationNameInfo(OldC->getMapperIdInfo(), TemplateArgs); in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h9894 MapperIdInfo = C->getMapperIdInfo(); in transformOMPMappableExprListClause()