Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6946 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPMapClause()
7044 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPToClause()
7074 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPFromClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2319 OS << Node->getMapperIdInfo() << ')'; in PrintMapper()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3748 SemaRef.SubstDeclarationNameInfo(OldC->getMapperIdInfo(), TemplateArgs); in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h10461 MapperIdInfo = C->getMapperIdInfo(); in transformOMPMappableExprListClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5568 const DeclarationNameInfo &getMapperIdInfo() const { return MapperIdInfo; } in getMapperIdInfo() function