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

/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1201 bool HasOtherExprStored = E->Param.getInt(); local
1203 Record.push_back(HasOtherExprStored);
1204 if (HasOtherExprStored)
H A DASTReaderStmt.cpp1216 ++Idx; // HasOtherExprStored and SubExpr was handled during creation.
2079 bool HasOtherExprStored = Record[ASTStmtReader::NumExprFields]; local
2080 if (HasOtherExprStored) {

Completed in 46 milliseconds