Searched refs:FoundDeclInUse (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp1359 bool FoundDeclInUse() { return FoundDecl; } function in class:__anon15424::DeclMatcher
1392 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() ||
1393 DeclMatcher(S, Decls, Third).FoundDeclInUse() ||
1394 DeclMatcher(S, Decls, Body).FoundDeclInUse())

Completed in 1141 milliseconds