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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1443 bool SecondPartIsInvalid = false; local
1535 SecondPartIsInvalid = true;
1564 SecondPartIsInvalid = Second.isInvalid();
1569 if (!SecondPartIsInvalid || SecondVar)

Completed in 98 milliseconds