Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp482 IfExistsCondition Result; in ParseMicrosoftIfExistsBraceInitializer()
DParser.cpp1904 bool Parser::ParseMicrosoftIfExistsCondition(IfExistsCondition& Result) { in ParseMicrosoftIfExistsCondition()
1963 IfExistsCondition Result; in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2184 IfExistsCondition Result; in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3942 IfExistsCondition Result; in ParseMicrosoftIfExistsClassDeclaration()
/external/clang/include/clang/Parse/
DParser.h1728 struct IfExistsCondition { struct
1746 bool ParseMicrosoftIfExistsCondition(IfExistsCondition& Result); argument