Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseInit.cpp549 IfExistsCondition Result; in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2233 bool Parser::ParseMicrosoftIfExistsCondition(IfExistsCondition& Result) { in ParseMicrosoftIfExistsCondition()
2297 IfExistsCondition Result; in ParseMicrosoftIfExistsExternalDeclaration()
H A DParseStmt.cpp2662 IfExistsCondition Result; in ParseMicrosoftIfExistsStatement()
H A DParseDeclCXX.cpp4701 IfExistsCondition Result; in ParseMicrosoftIfExistsClassDeclaration()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h2130 struct IfExistsCondition { struct
2148 bool ParseMicrosoftIfExistsCondition(IfExistsCondition& Result); argument