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()
274 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local 275 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId() 276 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId() 552 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPDeclareMapperDirective() local 559 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective() 567 DeclNames.getIdentifier(&Actions.getASTContext().Idents.get("default")); in ParseOpenMPDeclareMapperDirective() 4252 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPIteratorsExpr() 4254 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in ParseOpenMPIteratorsExpr() 4089 auto &DeclNames = Actions.getASTContext().DeclarationNames; parseMapperModifier() local
21160 auto &DeclNames = Ctx.DeclarationNames; in checkMapConflicts() 21161 MapperId = DeclNames.getIdentifier(&Ctx.Idents.get("default")); in checkMapConflicts() 21328 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; in buildUserDefinedMapperRef() 21329 MapperId.setName(DeclNames.getIdentifier( in buildUserDefinedMapperRef() 21424 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; checkMappableExpressionList() local