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