Searched refs:HandleField (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 17356 FieldDecl *Res = HandleField(S, cast_or_null<RecordDecl>(TagD), in ActOnField() 17364 FieldDecl *Sema::HandleField(Scope *S, RecordDecl *Record, in HandleField() function in Sema
|
| H A D | SemaDeclCXX.cpp | 3468 Member = HandleField(S, cast<CXXRecordDecl>(CurContext), Loc, D, in ActOnCXXMemberDeclarator()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3269 FieldDecl *HandleField(Scope *S, RecordDecl *TagD, SourceLocation DeclStart,
|