Home
last modified time | relevance | path

Searched refs:isForInitDeclaration (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp2007 } else if (isForInitDeclaration()) { // for (int X = 4; in ParseForStatement()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2425 bool isForInitDeclaration() { in isForInitDeclaration() function