Home
last modified time | relevance | path

Searched refs:MSDependentExistsStmt (Results 1 – 21 of 21) sorted by relevance

/external/clang/include/clang/AST/
DStmtCXX.h240 class MSDependentExistsStmt : public Stmt {
251 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() function
DRecursiveASTVisitor.h2053 DEF_TRAVERSE_STMT(MSDependentExistsStmt, {
/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h252 class MSDependentExistsStmt : public Stmt {
263 MSDependentExistsStmt(SourceLocation KeywordLoc, bool IsIfExists, in MSDependentExistsStmt() function
DStmtDataCollectors.td156 class MSDependentExistsStmt {
DRecursiveASTVisitor.h2252 DEF_TRAVERSE_STMT(MSDependentExistsStmt, {
/external/clang/include/clang/Basic/
DStmtNodes.td190 def MSDependentExistsStmt : Stmt;
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td213 def MSDependentExistsStmt : StmtNode<Stmt>;
/external/clang/lib/AST/
DStmtProfile.cpp200 void StmtProfiler::VisitMSDependentExistsStmt(const MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
DStmtPrinter.cpp326 void StmtPrinter::VisitMSDependentExistsStmt(MSDependentExistsStmt *Node) { in VisitMSDependentExistsStmt()
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp348 void StmtProfiler::VisitMSDependentExistsStmt(const MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
DStmtPrinter.cpp360 void StmtPrinter::VisitMSDependentExistsStmt(MSDependentExistsStmt *Node) { in VisitMSDependentExistsStmt()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp1667 void ASTStmtReader::VisitMSDependentExistsStmt(MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
3127 S = new (Context) MSDependentExistsStmt(SourceLocation(), true, in ReadStmtFromStream()
DASTWriterStmt.cpp1550 void ASTStmtWriter::VisitMSDependentExistsStmt(MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1221 void ASTStmtReader::VisitMSDependentExistsStmt(MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
3250 S = new (Context) MSDependentExistsStmt(SourceLocation(), true, in ReadStmtFromStream()
DASTWriterStmt.cpp1183 void ASTStmtWriter::VisitMSDependentExistsStmt(MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
/external/clang/tools/libclang/
DCIndex.cpp1859 return cast<MSDependentExistsStmt>(S)->getNameInfo(); in get()
1897 void VisitMSDependentExistsStmt(const MSDependentExistsStmt *S);
2314 VisitMSDependentExistsStmt(const MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp1961 return cast<MSDependentExistsStmt>(S)->getNameInfo(); in get()
2001 void VisitMSDependentExistsStmt(const MSDependentExistsStmt *S);
2567 const MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt()
/external/clang/lib/Sema/
DSemaStmt.cpp3811 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt()
DTreeTransform.h6994 MSDependentExistsStmt *S) { in TransformMSDependentExistsStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4314 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists, in BuildMSDependentExistsStmt()
DTreeTransform.h8146 MSDependentExistsStmt *S) { in TransformMSDependentExistsStmt()