Searched refs:BuildMSDependentExistsStmt (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 3805 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() function in Sema 3822 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
D | TreeTransform.h | 1933 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 4308 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc, in BuildMSDependentExistsStmt() function in Sema 4325 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in ActOnMSDependentExistsStmt()
|
D | TreeTransform.h | 2288 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists, in RebuildMSDependentExistsStmt()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4141 StmtResult BuildMSDependentExistsStmt(SourceLocation KeywordLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5405 StmtResult BuildMSDependentExistsStmt(SourceLocation KeywordLoc,
|