Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp272 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local
273 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
274 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()
545 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPDeclareMapperDirective() local
552 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective()
560 DeclNames.getIdentifier(&Actions.getASTContext().Idents.get("default")); in ParseOpenMPDeclareMapperDirective()
4185 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseMapperModifier() local
4187 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in parseMapperModifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp22118 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; in checkMappableExpressionList() local
22119 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()