Searched refs:IsIfExists (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 254 bool IsIfExists; variable 263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument 268 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt() 277 bool isIfExists() const { return IsIfExists; } in isIfExists() 280 bool isIfNotExists() const { return !IsIfExists; } in isIfNotExists()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | Parser.cpp | 2236 Result.IsIfExists = Tok.is(tok::kw___if_exists); in ParseMicrosoftIfExistsCondition() 2242 << (Result.IsIfExists? "__if_exists" : "__if_not_exists"); in ParseMicrosoftIfExistsCondition() 2275 Result.IsIfExists, Result.SS, in ParseMicrosoftIfExistsCondition() 2278 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 2282 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
|
| H A D | ParseInit.cpp | 566 << Result.IsIfExists; in ParseMicrosoftIfExistsBraceInitializer()
|
| H A D | ParseStmt.cpp | 2681 Result.IsIfExists, in ParseMicrosoftIfExistsStatement()
|
| H A D | ParseDeclCXX.cpp | 4718 << Result.IsIfExists; in ParseMicrosoftIfExistsClassDeclaration()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 4620 bool IsIfExists, in BuildMSDependentExistsStmt() argument 4625 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt() 4632 bool IsIfExists, in ActOnMSDependentExistsStmt() argument 4636 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
| H A D | SemaExprCXX.cpp | 8886 bool IsIfExists, CXXScopeSpec &SS, in CheckMicrosoftIfExistsSymbol() argument 8891 auto UPPC = IsIfExists ? UPPC_IfExists : UPPC_IfNotExists; in CheckMicrosoftIfExistsSymbol()
|
| H A D | TreeTransform.h | 2441 bool IsIfExists, in RebuildMSDependentExistsStmt() argument 2445 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 2135 bool IsIfExists; member
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5879 bool IsIfExists, CXXScopeSpec &SS, 5883 bool IsIfExists, 5888 bool IsIfExists,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1666 S->IsIfExists = Record.readInt(); in VisitMSDependentExistsStmt()
|