Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp493 case IEB_Parse: 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()
1974 case IEB_Parse: in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2219 case IEB_Parse: in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3953 case IEB_Parse: in ParseMicrosoftIfExistsClassDeclaration()
/external/clang/include/clang/Parse/
DParser.h1718 IEB_Parse, enumerator