Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DExpectedTypeTest.cpp65 buildEquivClasses(llvm::ArrayRef<llvm::StringRef> DeclNames) { in buildEquivClasses() argument
67 for (llvm::StringRef Name : DeclNames) { in buildEquivClasses()
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp249 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local
250 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
251 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()
526 auto &DeclNames = Actions.getASTContext().DeclarationNames; in ParseOpenMPDeclareMapperDirective() local
533 MapperId = DeclNames.getIdentifier(Tok.getIdentifierInfo()); in ParseOpenMPDeclareMapperDirective()
541 DeclNames.getIdentifier(&Actions.getASTContext().Idents.get("default")); in ParseOpenMPDeclareMapperDirective()
3180 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseMapperModifier() local
3182 DeclNames.getIdentifier(Tok.getIdentifierInfo()), Tok.getLocation()); in parseMapperModifier()
/external/clang/lib/Parse/
DParseOpenMP.cpp189 auto &DeclNames = Actions.getASTContext().DeclarationNames; in parseOpenMPReductionId() local
190 return OOK == OO_None ? DeclNames.getIdentifier(Tok.getIdentifierInfo()) in parseOpenMPReductionId()
191 : DeclNames.getCXXOperatorName(OOK); in parseOpenMPReductionId()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17554 auto &DeclNames = SemaRef.getASTContext().DeclarationNames; in checkMappableExpressionList() local
17555 MapperId.setName(DeclNames.getIdentifier( in checkMappableExpressionList()