Home | History | Annotate | Download | only in Sema

Lines Matching defs:FoundDecl

1284     bool FoundDecl;
1290 Inherited(S.Context), Decls(Decls), FoundDecl(false) {
1297 FoundDecl = true;
1301 FoundDecl = true;
1305 FoundDecl = true;
1342 FoundDecl = true;
1345 bool FoundDeclInUse() { return FoundDecl; }