Home | History | Annotate | Download | only in Sema

Lines Matching refs:FoundDecl

1336     bool FoundDecl;
1343 Inherited(S.Context), Decls(Decls), FoundDecl(false) {
1350 FoundDecl = true;
1354 FoundDecl = true;
1358 FoundDecl = true;
1395 FoundDecl = true;
1398 bool FoundDeclInUse() { return FoundDecl; }