Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp474 IfExistsCondition Result; in ParseMicrosoftIfExistsBraceInitializer()
DParser.cpp1776 bool Parser::ParseMicrosoftIfExistsCondition(IfExistsCondition& Result) { in ParseMicrosoftIfExistsCondition()
1835 IfExistsCondition Result; in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2090 IfExistsCondition Result; in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3805 IfExistsCondition Result; in ParseMicrosoftIfExistsClassDeclaration()
/external/clang/include/clang/Parse/
DParser.h1620 struct IfExistsCondition { struct
1638 bool ParseMicrosoftIfExistsCondition(IfExistsCondition& Result); argument