Home
last modified time | relevance | path

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

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