Home
last modified time | relevance | path

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

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