Home
last modified time | relevance | path

Searched refs:mightAddDeclToScope (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2056 HadSkippedDecl |= CodeGenFunction::mightAddDeclToScope(*I); in CollectStatementsForCase()
2103 AnyDecls |= CodeGenFunction::mightAddDeclToScope(*I); in CollectStatementsForCase()
H A DCodeGenFunction.cpp1728 bool CodeGenFunction::mightAddDeclToScope(const Stmt *S) { in mightAddDeclToScope() function in CodeGenFunction
1745 if (mightAddDeclToScope(SubStmt)) in mightAddDeclToScope()
H A DCodeGenFunction.h5173 static bool mightAddDeclToScope(const Stmt *S);