Searched refs:HandleField (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | SPIR.cpp | 439 const FieldDecl *HandleField = RD->findFirstNamedDataMember(); in getInlineSpirvType() local 440 if (HandleField) { in getInlineSpirvType() 441 QualType ResourceType = HandleField->getType(); in getInlineSpirvType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLBuiltinTypeDeclBuilder.cpp | 431 FieldDecl *HandleField = DeclBuilder.getResourceHandleField(); in getResourceHandleExpr() local 432 return MemberExpr::CreateImplicit(AST, This, false, HandleField, in getResourceHandleExpr() 433 HandleField->getType(), VK_LValue, in getResourceHandleExpr()
|
| H A D | SemaDecl.cpp | 18758 FieldDecl *Res = HandleField(S, cast_if_present<RecordDecl>(TagD), DeclStart, in ActOnField() 18764 FieldDecl *Sema::HandleField(Scope *S, RecordDecl *Record, in HandleField() function in Sema
|
| H A D | SemaDeclCXX.cpp | 3614 Member = HandleField(S, cast<CXXRecordDecl>(CurContext), Loc, D, in ActOnCXXMemberDeclarator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4292 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5037 …ationERNS_10DeclaratorEPNS_4ExprENS_15AccessSpecifierE", "clang::Sema::HandleField(clang::Scope*, …
|