Home
last modified time | relevance | path

Searched refs:DeclNames (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp154 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local
155 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
156 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()
417 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPDeclareMapperDirective() local
424 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective()
432 DeclNames.getIdentifier(&Actions.getASTContext().Idents.get("default")); in ParseOpenMPDeclareMapperDirective()
4022 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseMapperModifier() local
4024 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in parseMapperModifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21635 auto &DeclNames = Ctx.DeclarationNames; in buildImplicitMapper() local
21636 MapperId = DeclNames.getIdentifier(&Ctx.Idents.get("default")); in buildImplicitMapper()
21804 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; local
21805 MapperId.setName(DeclNames.getIdentifier(