Searched refs:DeclIdent (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaHLSL.h | 153 ActOnFinishRootSignatureDecl(SourceLocation Loc, IdentifierInfo *DeclIdent,
|
| H A D | SemaOpenMP.h | 1418 IdentifierInfo *DeclIdent = nullptr; member
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 1058 IdentifierInfo *DeclIdent = &(getASTContext().Idents.get(IdStr)); in ActOnStartRootSignatureDecl() local 1061 LookupResult R(SemaRef, DeclIdent, SourceLocation(), in ActOnStartRootSignatureDecl() 1064 return {DeclIdent, Found}; in ActOnStartRootSignatureDecl() 1068 SourceLocation Loc, IdentifierInfo *DeclIdent, in ActOnFinishRootSignatureDecl() argument 1080 DeclIdent, SemaRef.getLangOpts().HLSLRootSigVer, Elements); in ActOnFinishRootSignatureDecl()
|
| H A D | SemaOpenMP.cpp | 24536 assert(D.DeclIdent && "Identifier expected."); in ActOnOMPIteratorExpr() 24541 D.DeclIdent, DeclTy, TInfo, SC_None); in ActOnOMPIteratorExpr()
|
| H A D | TreeTransform.h | 13350 Data[I].DeclIdent = D->getIdentifier(); in TransformOMPIteratorExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 4945 auto [DeclIdent, Found] = in ParseHLSLRootSignatureAttributeArgs() 4960 Actions.HLSL().ActOnFinishRootSignatureDecl(RootSignatureLoc, DeclIdent, in ParseHLSLRootSignatureAttributeArgs() 4966 IdentifierLoc(RootSignatureLoc, DeclIdent); in ParseHLSLRootSignatureAttributeArgs()
|
| H A D | ParseOpenMP.cpp | 4241 D.DeclIdent = II; in ParseOpenMPIteratorsExpr()
|