| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransEmptyStatementsAndDealloc.cpp | 31 static bool isEmptyARCMTMacroStatement(NullStmt *S, in isEmptyARCMTMacroStatement() 84 bool VisitNullStmt(NullStmt *S) { in VisitNullStmt()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 236 while (isa<NullStmt>(last_stmt)) { in SynthesizeBodyResult()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 126 friend class NullStmt; in alignas() local 1567 class NullStmt : public Stmt { 1569 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false) 1576 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt() function 1723 if (!isa<NullStmt>(B)) in getStmtExprResult()
|
| H A D | RecursiveASTVisitor.h | 2380 DEF_TRAVERSE_STMT(NullStmt, {})
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 10 def NullStmt : StmtNode<Stmt>;
|
| H A D | Attr.td | 1549 // The attribute only applies to a NullStmt, but we have special fix-it 1551 let Subjects = SubjectList<[NullStmt, SwitchCase], ErrorDiag,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 294 if (isa<NullStmt>(S)) in visitLoopBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 924 const internal::VariadicDynCastAllOfMatcher<Stmt, NullStmt> nullStmt;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 71 return new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro); in ActOnNullStmt() 1709 if (isa<NullStmt>(Body)) in ActOnWhileStmt() 2191 if (isa<NullStmt>(Body)) in ActOnForStmt()
|
| H A D | SemaChecking.cpp | 18819 const NullStmt *Body) { in ShouldDiagnoseEmptyStmtBody() 18857 const NullStmt *NBody = dyn_cast<NullStmt>(Body); in DiagnoseEmptyStmtBody() 18888 const NullStmt *NBody = dyn_cast<NullStmt>(Body); in DiagnoseEmptyLoopBody()
|
| H A D | TreeTransform.h | 7519 TreeTransform<Derived>::TransformNullStmt(NullStmt *S) { in TransformNullStmt() 8667 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt() 8673 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
|
| H A D | SemaDecl.cpp | 16386 if (!isa<AsmStmt>(S) && !isa<NullStmt>(S)) { in ActOnFinishFunctionBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1428 bool WalkUpFromNullStmt(NullStmt *S) { in WalkUpFromNullStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 147 void ASTStmtReader::VisitNullStmt(NullStmt *S) { in VisitNullStmt() 2875 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 131 void ASTStmtWriter::VisitNullStmt(NullStmt *S) { in VisitNullStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 257 void StmtProfiler::VisitNullStmt(const NullStmt *S) { in VisitNullStmt()
|
| H A D | StmtPrinter.cpp | 256 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt()
|
| H A D | ASTImporter.cpp | 533 ExpectedStmt VisitNullStmt(NullStmt *S); 6734 ExpectedStmt ASTNodeImporter::VisitNullStmt(NullStmt *S) { in VisitNullStmt() 6738 return new (Importer.getToContext()) NullStmt( in VisitNullStmt()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2405 extern const internal::VariadicDynCastAllOfMatcher<Stmt, NullStmt> nullStmt;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2476 assert((!isFallthrough || isa<NullStmt>(A->getSubStmt())) && in isFallthroughStatement()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5975 if (isa<AsmStmt>(S) || isa<NullStmt>(S) || isa<OMPFlushDirective>(S) || in getSingleCompoundChild()
|