Searched refs:CheckCountedByAttrOnField (Results 1 – 3 of 3) sorted by relevance
53 bool Sema::CheckCountedByAttrOnField(FieldDecl *FD, Expr *E, bool CountInBytes, in CheckCountedByAttrOnField() function in clang::Sema
6627 if (S.CheckCountedByAttrOnField(FD, CountExpr, CountInBytes, OrNull)) in handleCountedByAttrField()
2448 bool CheckCountedByAttrOnField(FieldDecl *FD, Expr *E, bool CountInBytes,