Searched refs:IsIfExists (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 243 bool IsIfExists; variable 252 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument 257 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt() 266 bool isIfExists() const { return IsIfExists; } in isIfExists() 269 bool isIfNotExists() const { return !IsIfExists; } in isIfNotExists()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | Parser.cpp | 1981 Result.IsIfExists = Tok.is(tok::kw___if_exists); in ParseMicrosoftIfExistsCondition() 1987 << (Result.IsIfExists? "__if_exists" : "__if_not_exists"); in ParseMicrosoftIfExistsCondition() 2017 Result.IsIfExists, Result.SS, in ParseMicrosoftIfExistsCondition() 2020 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 2024 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
|
| H A D | ParseInit.cpp | 502 << Result.IsIfExists; in ParseMicrosoftIfExistsBraceInitializer()
|
| H A D | ParseStmt.cpp | 2282 Result.IsIfExists, in ParseMicrosoftIfExistsStatement()
|
| H A D | ParseDeclCXX.cpp | 4274 << Result.IsIfExists; in ParseMicrosoftIfExistsClassDeclaration()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 4185 bool IsIfExists, in BuildMSDependentExistsStmt() argument 4190 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt() 4197 bool IsIfExists, in ActOnMSDependentExistsStmt() argument 4201 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
| H A D | SemaExprCXX.cpp | 7926 bool IsIfExists, CXXScopeSpec &SS, in CheckMicrosoftIfExistsSymbol() argument 7931 auto UPPC = IsIfExists ? UPPC_IfExists : UPPC_IfNotExists; in CheckMicrosoftIfExistsSymbol()
|
| H A D | TreeTransform.h | 2064 bool IsIfExists, in RebuildMSDependentExistsStmt() argument 2068 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1933 bool IsIfExists; member
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4530 bool IsIfExists, CXXScopeSpec &SS, 4534 bool IsIfExists, 4539 bool IsIfExists,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1341 S->IsIfExists = Record.readInt(); in VisitMSDependentExistsStmt()
|