Home
last modified time | relevance | path

Searched refs:IsIfExists (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmtCXX.h236 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/
HDParser.cpp1852 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()
HDParseInit.cpp507 << Result.IsIfExists; in ParseMicrosoftIfExistsBraceInitializer()
HDParseStmt.cpp2695 Result.IsIfExists, in ParseMicrosoftIfExistsStatement()
HDParseDeclCXX.cpp3419 << Result.IsIfExists; in ParseMicrosoftIfExistsClassDeclaration()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp3166 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()
HDSemaExprCXX.cpp6071 bool IsIfExists, CXXScopeSpec &SS, in CheckMicrosoftIfExistsSymbol() argument
6081 IsIfExists? UPPC_IfExists in CheckMicrosoftIfExistsSymbol()
HDTreeTransform.h1465 bool IsIfExists, in RebuildMSDependentExistsStmt() argument
1469 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
/trueos/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1547 bool IsIfExists; member
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3575 bool IsIfExists, CXXScopeSpec &SS,
3579 bool IsIfExists,
3584 bool IsIfExists,
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp1176 S->IsIfExists = Record[Idx++]; in VisitMSDependentExistsStmt()