Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseInit.cpp539 IfExistsCondition Result; in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2178 bool Parser::ParseMicrosoftIfExistsCondition(IfExistsCondition& Result) { in ParseMicrosoftIfExistsCondition()
2242 IfExistsCondition Result; in ParseMicrosoftIfExistsExternalDeclaration()
H A DParseStmt.cpp2506 IfExistsCondition Result; in ParseMicrosoftIfExistsStatement()
H A DParseDeclCXX.cpp4478 IfExistsCondition Result; in ParseMicrosoftIfExistsClassDeclaration()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h2109 struct IfExistsCondition { struct
2127 bool ParseMicrosoftIfExistsCondition(IfExistsCondition& Result); argument