Home
last modified time | relevance | path

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

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