Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp259 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local
260 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
261 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()
536 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPDeclareMapperDirective() local
543 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective()
551 DeclNames.getIdentifier(&Actions.getASTContext().Idents.get("default")); in ParseOpenMPDeclareMapperDirective()
3531 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseMapperModifier() local
3533 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in parseMapperModifier()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp18951 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; in checkMappableExpressionList() local
18952 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()