Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseInit.cpp608 case IEB_Skip: in ParseMicrosoftIfExistsBraceInitializer()
HDParser.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()
HDParseStmt.cpp2807 case IEB_Skip: in ParseMicrosoftIfExistsStatement()
HDParseDeclCXX.cpp5188 case IEB_Skip: in ParseMicrosoftIfExistsClassDeclaration()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
HDParser.h2217 IEB_Skip, enumerator