Searched refs:DeclNames (Results 1 – 3 of 3) sorted by relevance
65 buildEquivClasses(llvm::ArrayRef<llvm::StringRef> DeclNames) { in buildEquivClasses() argument67 for (llvm::StringRef Name : DeclNames) { in buildEquivClasses()
270 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local271 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()272 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()547 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPDeclareMapperDirective() local554 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective()562 DeclNames.getIdentifier(&Actions.getASTContext().Idents.get("default")); in ParseOpenMPDeclareMapperDirective()3946 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseMapperModifier() local3948 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in parseMapperModifier()
21420 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; in checkMappableExpressionList() local21421 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()