Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp271 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local
272 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
273 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()
544 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPDeclareMapperDirective() local
551 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective()
559 DeclNames.getIdentifier(&Actions.getASTContext().Idents.get("default")); in ParseOpenMPDeclareMapperDirective()
4094 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseMapperModifier() local
4096 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in parseMapperModifier()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp21703 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; in checkMappableExpressionList() local
21704 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()