Searched refs:IsIfExists (Results 1 – 11 of 11) sorted by relevance
| /trueos/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()
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | Parser.cpp | 1852 Result.IsIfExists = Tok.is(tok::kw___if_exists); in ParseMicrosoftIfExistsCondition() 1858 << (Result.IsIfExists? "__if_exists" : "__if_not_exists"); in ParseMicrosoftIfExistsCondition() 1885 Result.IsIfExists, Result.SS, in ParseMicrosoftIfExistsCondition() 1888 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 1892 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
|
| HD | ParseInit.cpp | 507 << Result.IsIfExists; in ParseMicrosoftIfExistsBraceInitializer()
|
| HD | ParseStmt.cpp | 2695 Result.IsIfExists, in ParseMicrosoftIfExistsStatement()
|
| HD | ParseDeclCXX.cpp | 3419 << Result.IsIfExists; in ParseMicrosoftIfExistsClassDeclaration()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 3166 bool IsIfExists, in BuildMSDependentExistsStmt() argument 3171 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt() 3178 bool IsIfExists, in ActOnMSDependentExistsStmt() argument 3182 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
| HD | SemaExprCXX.cpp | 6071 bool IsIfExists, CXXScopeSpec &SS, in CheckMicrosoftIfExistsSymbol() argument 6081 IsIfExists? UPPC_IfExists in CheckMicrosoftIfExistsSymbol()
|
| HD | TreeTransform.h | 1465 bool IsIfExists, in RebuildMSDependentExistsStmt() argument 1469 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
| /trueos/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1547 bool IsIfExists; member
|
| /trueos/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 3575 bool IsIfExists, CXXScopeSpec &SS, 3579 bool IsIfExists, 3584 bool IsIfExists,
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 1176 S->IsIfExists = Record[Idx++]; in VisitMSDependentExistsStmt()
|