Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp502 case IEB_Skip: in ParseMicrosoftIfExistsBraceInitializer()
DParser.cpp1944 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
1948 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
1981 case IEB_Skip: in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2226 case IEB_Skip: in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3962 case IEB_Skip: in ParseMicrosoftIfExistsClassDeclaration()
/external/clang/include/clang/Parse/
DParser.h1720 IEB_Skip, enumerator