Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp598 case IEB_Parse: in ParseMicrosoftIfExistsBraceInitializer()
H A DParser.cpp2394 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
2398 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
2424 case IEB_Parse: in ParseMicrosoftIfExistsExternalDeclaration()
H A DParseStmt.cpp2800 case IEB_Parse: in ParseMicrosoftIfExistsStatement()
H A DParseDeclCXX.cpp5178 case IEB_Parse: in ParseMicrosoftIfExistsClassDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2215 IEB_Parse, enumerator