Home
last modified time | relevance | path

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

/NextBSD/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()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParser.cpp1853 Result.IsIfExists = Tok.is(tok::kw___if_exists); in ParseMicrosoftIfExistsCondition()
1859 << (Result.IsIfExists? "__if_exists" : "__if_not_exists"); in ParseMicrosoftIfExistsCondition()
1887 Result.IsIfExists, Result.SS, in ParseMicrosoftIfExistsCondition()
1890 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
1894 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
HDParseInit.cpp505 << Result.IsIfExists; in ParseMicrosoftIfExistsBraceInitializer()
HDParseStmt.cpp2112 Result.IsIfExists, in ParseMicrosoftIfExistsStatement()
HDParseDeclCXX.cpp3853 << Result.IsIfExists; in ParseMicrosoftIfExistsClassDeclaration()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp3702 bool IsIfExists, in BuildMSDependentExistsStmt() argument
3707 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt()
3714 bool IsIfExists, in ActOnMSDependentExistsStmt() argument
3718 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
HDSemaExprCXX.cpp6759 bool IsIfExists, CXXScopeSpec &SS, in CheckMicrosoftIfExistsSymbol() argument
6769 IsIfExists? UPPC_IfExists in CheckMicrosoftIfExistsSymbol()
HDTreeTransform.h1708 bool IsIfExists, in RebuildMSDependentExistsStmt() argument
1712 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1696 bool IsIfExists; member
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3978 bool IsIfExists, CXXScopeSpec &SS,
3982 bool IsIfExists,
3987 bool IsIfExists,
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp1185 S->IsIfExists = Record[Idx++]; in VisitMSDependentExistsStmt()