Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseInit.cpp483 case IEB_Parse: 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()
1864 case IEB_Parse: in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2116 case IEB_Parse: in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3473 case IEB_Parse: in ParseMicrosoftIfExistsClassDeclaration()
/external/clang/include/clang/Parse/
DParser.h1618 IEB_Parse, enumerator