Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp587 IfExistsCondition Result; in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2349 bool Parser::ParseMicrosoftIfExistsCondition(IfExistsCondition& Result) { in ParseMicrosoftIfExistsCondition()
2413 IfExistsCondition Result; in ParseMicrosoftIfExistsExternalDeclaration()
H A DParseStmt.cpp2765 IfExistsCondition Result; in ParseMicrosoftIfExistsStatement()
H A DParseDeclCXX.cpp5167 IfExistsCondition Result; in ParseMicrosoftIfExistsClassDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2225 struct IfExistsCondition { struct
2243 bool ParseMicrosoftIfExistsCondition(IfExistsCondition& Result); argument