Home
last modified time | relevance | path

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

/llvm-project/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/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()
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
/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21160 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