Searched refs:IsIfExists (Results 1 – 11 of 11) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | StmtCXX.h | 236 bool IsIfExists; variable 245 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument 250 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt() 259 bool isIfExists() const { return IsIfExists; } in isIfExists() 262 bool isIfNotExists() const { return !IsIfExists; } in isIfNotExists()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | Parser.cpp | 1853 Result.IsIfExists = Tok.is(tok::kw___if_exists); in ParseMicrosoftIfExistsCondition() 1859 << (Result.IsIfExists? "__if_exists" : "__if_not_exists"); in ParseMicrosoftIfExistsCondition() 1887 Result.IsIfExists, Result.SS, in ParseMicrosoftIfExistsCondition() 1890 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 1894 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
|
| HD | ParseInit.cpp | 505 << Result.IsIfExists; in ParseMicrosoftIfExistsBraceInitializer()
|
| HD | ParseStmt.cpp | 2112 Result.IsIfExists, in ParseMicrosoftIfExistsStatement()
|
| HD | ParseDeclCXX.cpp | 3853 << Result.IsIfExists; in ParseMicrosoftIfExistsClassDeclaration()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 3702 bool IsIfExists, in BuildMSDependentExistsStmt() argument 3707 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt() 3714 bool IsIfExists, in ActOnMSDependentExistsStmt() argument 3718 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
| HD | SemaExprCXX.cpp | 6759 bool IsIfExists, CXXScopeSpec &SS, in CheckMicrosoftIfExistsSymbol() argument 6769 IsIfExists? UPPC_IfExists in CheckMicrosoftIfExistsSymbol()
|
| HD | TreeTransform.h | 1708 bool IsIfExists, in RebuildMSDependentExistsStmt() argument 1712 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1696 bool IsIfExists; member
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 3978 bool IsIfExists, CXXScopeSpec &SS, 3982 bool IsIfExists, 3987 bool IsIfExists,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 1185 S->IsIfExists = Record[Idx++]; in VisitMSDependentExistsStmt()
|