Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp274 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()
4091 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseMapperModifier() local
4093 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in parseMapperModifier()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp20940 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; in checkMappableExpressionList() local
20941 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()