Home | History | Annotate | Download | only in Sema

Lines Matching refs:FoundDecl

1297     bool FoundDecl;
1304 Inherited(S.Context), Decls(Decls), FoundDecl(false) {
1311 FoundDecl = true;
1315 FoundDecl = true;
1319 FoundDecl = true;
1356 FoundDecl = true;
1359 bool FoundDeclInUse() { return FoundDecl; }