Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseInit.cpp510 case IEB_Skip: in ParseMicrosoftIfExistsBraceInitializer()
DParser.cpp1888 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
1892 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
1925 case IEB_Skip: in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2718 case IEB_Skip: in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3422 case IEB_Skip: in ParseMicrosoftIfExistsClassDeclaration()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h1534 IEB_Skip, enumerator