Searched defs:VisitMSDependentExistsStmt (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriterStmt.cpp | 1671 void ASTStmtWriter::VisitMSDependentExistsStmt(MSDependentExistsStmt *S) { VisitMSDependentExistsStmt() function in ASTStmtWriter |
H A D | ASTReaderStmt.cpp | 1708 void ASTStmtReader::VisitMSDependentExistsStmt(MSDependentExistsStmt *S) { VisitMSDependentExistsStmt() function in ASTStmtReader |
/llvm-project/clang/lib/AST/ | ||
H A D | StmtPrinter.cpp | 445 void StmtPrinter::VisitMSDependentExistsStmt(MSDependentExistsStmt *Node) { VisitMSDependentExistsStmt() function in StmtPrinter |
H A D | StmtProfile.cpp | 368 void StmtProfiler::VisitMSDependentExistsStmt(const MSDependentExistsStmt *S) { in VisitMSDependentExistsStmt() function in StmtProfiler |
/llvm-project/clang/tools/libclang/ | ||
H A D | CIndex.cpp | 2911 void EnqueueVisitor::VisitMSDependentExistsStmt( VisitMSDependentExistsStmt() function in EnqueueVisitor |