Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6416 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPMapClause()
6508 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPToClause()
6538 Record.AddDeclarationNameInfo(C->getMapperIdInfo()); in VisitOMPFromClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp2079 OS << Node->getMapperIdInfo() << ')'; in PrintMapper()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3430 SemaRef.SubstDeclarationNameInfo(OldC->getMapperIdInfo(), TemplateArgs); in VisitOMPDeclareMapperDecl()
H A DTreeTransform.h9838 MapperIdInfo = C->getMapperIdInfo(); in transformOMPMappableExprListClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h5212 const DeclarationNameInfo &getMapperIdInfo() const { return MapperIdInfo; } in getMapperIdInfo() function