Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp1699 HadSkippedDecl |= CodeGenFunction::mightAddDeclToScope(*I); in CollectStatementsForCase()
1746 AnyDecls |= CodeGenFunction::mightAddDeclToScope(*I); in CollectStatementsForCase()
H A DCodeGenFunction.cpp1529 bool CodeGenFunction::mightAddDeclToScope(const Stmt *S) { in mightAddDeclToScope() function in CodeGenFunction
1546 if (mightAddDeclToScope(SubStmt)) in mightAddDeclToScope()
H A DCodeGenFunction.h4527 static bool mightAddDeclToScope(const Stmt *S);