Searched refs:IsIfExists (Results 1 - 11 of 11) 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/lib/Parse/
H A DParseInit.cpp489 << Result.IsIfExists;
H A DParser.cpp1798 Result.IsIfExists = Tok.is(tok::kw___if_exists);
1804 << (Result.IsIfExists? "__if_exists" : "__if_not_exists");
1831 Result.IsIfExists, Result.SS,
1834 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip;
1838 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip;
H A DParseStmt.cpp2100 Result.IsIfExists,
H A DParseDeclCXX.cpp3479 << Result.IsIfExists;
/external/clang/lib/Sema/
H A DSemaStmt.cpp3292 bool IsIfExists,
3297 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists,
3304 bool IsIfExists,
3308 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,
3291 BuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
3303 ActOnMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, CXXScopeSpec &SS, UnqualifiedId &Name, Stmt *Nested) argument
H A DSemaExprCXX.cpp6065 bool IsIfExists, CXXScopeSpec &SS,
6075 IsIfExists? UPPC_IfExists
6064 CheckMicrosoftIfExistsSymbol(Scope *S, SourceLocation KeywordLoc, bool IsIfExists, CXXScopeSpec &SS, UnqualifiedId &Name) argument
H A DTreeTransform.h1628 bool IsIfExists,
1632 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,
1627 RebuildMSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, NestedNameSpecifierLoc QualifierLoc, DeclarationNameInfo NameInfo, Stmt *Nested) argument
/external/clang/include/clang/Parse/
H A DParser.h1633 bool IsIfExists; member in struct:clang::Parser::IfExistsCondition
/external/clang/include/clang/Sema/
H A DSema.h3712 bool IsIfExists, CXXScopeSpec &SS,
3716 bool IsIfExists,
3721 bool IsIfExists,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1174 S->IsIfExists = Record[Idx++];

Completed in 3415 milliseconds