Home
last modified time | relevance | path

Searched refs:IEB_Skip (Results 1 – 10 of 10) 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/llvm-project/clang/lib/Parse/
DParseInit.cpp554 case IEB_Skip: in ParseMicrosoftIfExistsBraceInitializer()
DParser.cpp2213 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
2217 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
2250 case IEB_Skip: in ParseMicrosoftIfExistsExternalDeclaration()
DParseStmt.cpp2537 case IEB_Skip: in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp4474 case IEB_Skip: in ParseMicrosoftIfExistsClassDeclaration()
/external/clang/include/clang/Parse/
DParser.h1720 IEB_Skip, enumerator
/external/llvm-project/clang/include/clang/Parse/
DParser.h2115 IEB_Skip, enumerator