Searched defs:IsIfExists (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h236 bool IsIfExists; member in class:clang::MSDependentExistsStmt
245 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, argument
250 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists),
259 bool isIfExists() const { return IsIfExists; }
262 bool isIfNotExists() const { return !IsIfExists; }
/external/clang/include/clang/Parse/
H A DParser.h1482 bool IsIfExists; member in struct:clang::Parser::IfExistsCondition
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp5556 bool IsIfExists, CXXScopeSpec &SS,
5566 IsIfExists? UPPC_IfExists
5555 CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, bool IsIfExists, CXXScopeSpec &SS, UnqualifiedId &Name) argument
H A DSemaStmt.cpp2777 bool IsIfExists,
2782 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists,
2789 bool IsIfExists,
2793 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,
2776 BuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
2788 ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, CXXScopeSpec &SS, UnqualifiedId &Name, Stmt *Nested) argument
H A DTreeTransform.h1341 bool IsIfExists,
1345 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,
1340 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument

Completed in 322 milliseconds