Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1602 } else if (isForInitDeclaration()) { // for (int X = 4; in ParseForStatement()
/external/clang/include/clang/Parse/
DParser.h1917 bool isForInitDeclaration() { in isForInitDeclaration() function