Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp608 case IEB_Skip: 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()
2431 case IEB_Skip: in ParseMicrosoftIfExistsExternalDeclaration()
H A DParseStmt.cpp2807 case IEB_Skip: in ParseMicrosoftIfExistsStatement()
H A DParseDeclCXX.cpp5188 case IEB_Skip: in ParseMicrosoftIfExistsClassDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2217 IEB_Skip, enumerator