Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp508 case IEB_Skip: in ParseMicrosoftIfExistsBraceInitializer()
DParser.cpp1922 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
1926 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
1959 case IEB_Skip: in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2178 case IEB_Skip: in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3905 case IEB_Skip: in ParseMicrosoftIfExistsClassDeclaration()
/external/clang/include/clang/Parse/
DParser.h1687 IEB_Skip, enumerator