Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DExpectedTypeTest.cpp65 buildEquivClasses(llvm::ArrayRef<llvm::StringRef> DeclNames) { in buildEquivClasses() argument
67 for (llvm::StringRef Name : DeclNames) { in buildEquivClasses()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp270 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local
271 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
272 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()
547 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPDeclareMapperDirective() local
554 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() local
3948 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in parseMapperModifier()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp21420 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; in checkMappableExpressionList() local
21421 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()