| /freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.cpp | 214 while (dyn_cast<NullStmt>(last_stmt)) { in SynthesizeBodyResult()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 109 friend class NullStmt; in alignas() local 1363 class NullStmt : public Stmt { 1365 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false) 1372 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} in NullStmt() function 1492 if (!isa<NullStmt>(B)) in getStmtExprResult()
|
| H A D | RecursiveASTVisitor.h | 2274 DEF_TRAVERSE_STMT(NullStmt, {})
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 10 def NullStmt : StmtNode<Stmt>;
|
| H A D | Attr.td | 1361 // The attribute only applies to a NullStmt, but we have special fix-it 1363 let Subjects = SubjectList<[NullStmt, SwitchCase], ErrorDiag,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 901 const internal::VariadicDynCastAllOfMatcher<Stmt, NullStmt> nullStmt;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 70 return new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro); in ActOnNullStmt() 1660 if (isa<NullStmt>(Body)) in ActOnWhileStmt() 2144 if (isa<NullStmt>(Body)) in ActOnForStmt()
|
| H A D | SemaChecking.cpp | 15636 const NullStmt *Body) { in ShouldDiagnoseEmptyStmtBody() 15674 const NullStmt *NBody = dyn_cast<NullStmt>(Body); in DiagnoseEmptyStmtBody() 15705 const NullStmt *NBody = dyn_cast<NullStmt>(Body); in DiagnoseEmptyLoopBody()
|
| H A D | TreeTransform.h | 7187 TreeTransform<Derived>::TransformNullStmt(NullStmt *S) { in TransformNullStmt() 7394 Then = new (getSema().Context) NullStmt(S->getThen()->getBeginLoc()); in TransformIfStmt() 8293 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt() 8299 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
|
| H A D | SemaDecl.cpp | 14800 if (!isa<AsmStmt>(S) && !isa<NullStmt>(S)) { in ActOnFinishFunctionBody()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1423 bool WalkUpFromNullStmt(NullStmt *S) { in WalkUpFromNullStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 146 void ASTStmtReader::VisitNullStmt(NullStmt *S) { in VisitNullStmt() 2718 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 74 void ASTStmtWriter::VisitNullStmt(NullStmt *S) { in VisitNullStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 237 void StmtProfiler::VisitNullStmt(const NullStmt *S) { in VisitNullStmt()
|
| H A D | StmtPrinter.cpp | 192 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt()
|
| H A D | ASTImporter.cpp | 561 ExpectedStmt VisitNullStmt(NullStmt *S); 6239 ExpectedStmt ASTNodeImporter::VisitNullStmt(NullStmt *S) { in VisitNullStmt() 6243 return new (Importer.getToContext()) NullStmt( in VisitNullStmt()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2329 extern const internal::VariadicDynCastAllOfMatcher<Stmt, NullStmt> nullStmt;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6592 if (isa<AsmStmt>(S) || isa<NullStmt>(S) || isa<OMPFlushDirective>(S) || in getSingleCompoundChild()
|