Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp492 case IEB_Skip: in ParseMicrosoftIfExistsBraceInitializer()
DParser.cpp1834 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
1838 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
1871 case IEB_Skip: in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2123 case IEB_Skip: in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3482 case IEB_Skip: in ParseMicrosoftIfExistsClassDeclaration()
/external/clang/include/clang/Parse/
DParser.h1620 IEB_Skip, enumerator