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

/external/clang/lib/Sema/
H A DSemaStmt.cpp1310 bool FoundDeclInUse() { return FoundDecl; } function in class:__anon244::DeclMatcher
1343 if (DeclMatcher(S, Decls, Second).FoundDeclInUse() ||
1344 DeclMatcher(S, Decls, Third).FoundDeclInUse() ||
1345 DeclMatcher(S, Decls, Body).FoundDeclInUse())

Completed in 45 milliseconds