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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1712 /// isForInitDeclaration - Disambiguates between a declaration or an
1716 bool isForInitDeclaration() { function in class:clang::Parser
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1466 } else if (isForInitDeclaration()) { // for (int X = 4;

Completed in 119 milliseconds