Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp2154 StmtResult DepResult = Actions.ActOnMSDependentExistsStmt(Result.KeywordLoc, in ParseMicrosoftIfExistsStatement() local
2159 if (DepResult.isUsable()) in ParseMicrosoftIfExistsStatement()
2160 Stmts.push_back(DepResult.get()); in ParseMicrosoftIfExistsStatement()