Searched refs:IsIfExists (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | Parser.cpp | 2279 Result.IsIfExists = Tok.is(tok::kw___if_exists); in ParseMicrosoftIfExistsCondition() 2285 << (Result.IsIfExists? "__if_exists" : "__if_not_exists"); in ParseMicrosoftIfExistsCondition() 2318 Result.IsIfExists, Result.SS, in ParseMicrosoftIfExistsCondition() 2321 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 2325 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 | 2705 Result.IsIfExists, in ParseMicrosoftIfExistsStatement()
|
H A D | ParseDeclCXX.cpp | 4808 << Result.IsIfExists; in ParseMicrosoftIfExistsClassDeclaration()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 4612 bool IsIfExists, in BuildMSDependentExistsStmt() argument 4617 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt() 4624 bool IsIfExists, in ActOnMSDependentExistsStmt() argument 4628 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
H A D | SemaExprCXX.cpp | 8910 bool IsIfExists, CXXScopeSpec &SS, in CheckMicrosoftIfExistsSymbol() argument 8915 auto UPPC = IsIfExists ? UPPC_IfExists : UPPC_IfNotExists; in CheckMicrosoftIfExistsSymbol()
|
H A D | TreeTransform.h | 2530 bool IsIfExists, in RebuildMSDependentExistsStmt() argument 2534 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
/openbsd/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 2147 bool IsIfExists; member
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 6022 bool IsIfExists, CXXScopeSpec &SS, 6026 bool IsIfExists, 6031 bool IsIfExists,
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1672 S->IsIfExists = Record.readInt(); in VisitMSDependentExistsStmt()
|