Searched refs:DeclNames (Results 1 – 4 of 4) sorted by relevance
65 buildEquivClasses(llvm::ArrayRef<llvm::StringRef> DeclNames) { in buildEquivClasses() argument67 for (llvm::StringRef Name : DeclNames) { in buildEquivClasses()
249 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local250 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()251 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()526 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPDeclareMapperDirective() local533 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective()541 DeclNames.getIdentifier(&Actions.getASTContext().Idents.get("default")); in ParseOpenMPDeclareMapperDirective()3180 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseMapperModifier() local3182 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in parseMapperModifier()
189 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local190 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()191 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()
17554 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; in checkMappableExpressionList() local17555 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()