Home | History | Annotate | Download | only in Sema

Lines Matching refs:FoundDecl

1357     bool FoundDecl;
1364 Inherited(S.Context), Decls(Decls), FoundDecl(false) {
1371 FoundDecl = true;
1375 FoundDecl = true;
1379 FoundDecl = true;
1416 FoundDecl = true;
1419 bool FoundDeclInUse() { return FoundDecl; }