Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp1862 } else if (isForInitDeclaration()) { // for (int X = 4; in ParseForStatement()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2393 bool isForInitDeclaration() { in isForInitDeclaration() function