Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp499 case IEB_Parse: 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()
1952 case IEB_Parse: in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2171 case IEB_Parse: in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3896 case IEB_Parse: in ParseMicrosoftIfExistsClassDeclaration()
/external/clang/include/clang/Parse/
DParser.h1685 IEB_Parse, enumerator