Searched refs:CheckFieldDecl (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 429 FieldDecl *Field = SemaRef.CheckFieldDecl(D->getDeclName(), in VisitFieldDecl()
|
D | SemaDecl.cpp | 9322 = CheckFieldDecl(II, T, TInfo, Record, Loc, Mutable, BitWidth, InitStyle, in HandleField() 9352 FieldDecl *Sema::CheckFieldDecl(DeclarationName Name, QualType T, in CheckFieldDecl() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1444 FieldDecl *CheckFieldDecl(DeclarationName Name, QualType T,
|