/external/clang/include/clang/AST/ |
D | StmtCXX.h | 242 bool IsIfExists; variable 251 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() argument 256 KeywordLoc(KeywordLoc), IsIfExists(IsIfExists), in MSDependentExistsStmt() 265 bool isIfExists() const { return IsIfExists; } in isIfExists() 268 bool isIfNotExists() const { return !IsIfExists; } in isIfNotExists()
|
/external/llvm-project/clang/include/clang/AST/ |
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()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1907 Result.IsIfExists = Tok.is(tok::kw___if_exists); in ParseMicrosoftIfExistsCondition() 1913 << (Result.IsIfExists? "__if_exists" : "__if_not_exists"); in ParseMicrosoftIfExistsCondition() 1941 Result.IsIfExists, Result.SS, in ParseMicrosoftIfExistsCondition() 1944 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 1948 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
|
D | ParseInit.cpp | 499 << Result.IsIfExists; in ParseMicrosoftIfExistsBraceInitializer()
|
D | ParseStmt.cpp | 2203 Result.IsIfExists, in ParseMicrosoftIfExistsStatement()
|
D | ParseDeclCXX.cpp | 3959 << Result.IsIfExists; in ParseMicrosoftIfExistsClassDeclaration()
|
/external/llvm-project/clang/lib/Parse/ |
D | Parser.cpp | 2171 Result.IsIfExists = Tok.is(tok::kw___if_exists); in ParseMicrosoftIfExistsCondition() 2177 << (Result.IsIfExists? "__if_exists" : "__if_not_exists"); in ParseMicrosoftIfExistsCondition() 2210 Result.IsIfExists, Result.SS, in ParseMicrosoftIfExistsCondition() 2213 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition() 2217 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip; in ParseMicrosoftIfExistsCondition()
|
D | ParseInit.cpp | 550 << Result.IsIfExists; in ParseMicrosoftIfExistsBraceInitializer()
|
D | ParseStmt.cpp | 2514 Result.IsIfExists, in ParseMicrosoftIfExistsStatement()
|
D | ParseDeclCXX.cpp | 4470 << Result.IsIfExists; in ParseMicrosoftIfExistsClassDeclaration()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3806 bool IsIfExists, in BuildMSDependentExistsStmt() argument 3811 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt() 3818 bool IsIfExists, in ActOnMSDependentExistsStmt() argument 3822 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
D | SemaExprCXX.cpp | 7126 bool IsIfExists, CXXScopeSpec &SS, in CheckMicrosoftIfExistsSymbol() argument 7136 IsIfExists? UPPC_IfExists in CheckMicrosoftIfExistsSymbol()
|
D | TreeTransform.h | 1929 bool IsIfExists, in RebuildMSDependentExistsStmt() argument 1933 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 4309 bool IsIfExists, in BuildMSDependentExistsStmt() argument 4314 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt() 4321 bool IsIfExists, in ActOnMSDependentExistsStmt() argument 4325 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
D | SemaExprCXX.cpp | 8478 bool IsIfExists, CXXScopeSpec &SS, in CheckMicrosoftIfExistsSymbol() argument 8483 auto UPPC = IsIfExists ? UPPC_IfExists : UPPC_IfNotExists; in CheckMicrosoftIfExistsSymbol()
|
D | TreeTransform.h | 2284 bool IsIfExists, in RebuildMSDependentExistsStmt() argument 2288 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1733 bool IsIfExists; member
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 2128 bool IsIfExists; member
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4138 bool IsIfExists, CXXScopeSpec &SS, 4142 bool IsIfExists, 4147 bool IsIfExists,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5402 bool IsIfExists, CXXScopeSpec &SS, 5406 bool IsIfExists, 5411 bool IsIfExists,
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1670 S->IsIfExists = Record.readInt(); in VisitMSDependentExistsStmt()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1224 S->IsIfExists = Record[Idx++]; in VisitMSDependentExistsStmt()
|