Searched refs:NullStmt (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransEmptyStatementsAndDealloc.cpp | 31 static bool isEmptyARCMTMacroStatement(NullStmt *S, in isEmptyARCMTMacroStatement() 84 bool VisitNullStmt(NullStmt *S) { in VisitNullStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Stmt.h | 109 friend class NullStmt; variable 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 | 2260 DEF_TRAVERSE_STMT(NullStmt, {})
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 10 def NullStmt : StmtNode<Stmt>;
|
| H A D | Attr.td | 1355 // The attribute only applies to a NullStmt, but we have special fix-it 1357 let Subjects = SubjectList<[NullStmt, SwitchCase], ErrorDiag,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 900 const internal::VariadicDynCastAllOfMatcher<Stmt, NullStmt> nullStmt;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 70 return new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro); in ActOnNullStmt() 1659 if (isa<NullStmt>(Body)) in ActOnWhileStmt() 2143 if (isa<NullStmt>(Body)) in ActOnForStmt()
|
| H A D | SemaChecking.cpp | 15295 const NullStmt *Body) { in ShouldDiagnoseEmptyStmtBody() 15333 const NullStmt *NBody = dyn_cast<NullStmt>(Body); in DiagnoseEmptyStmtBody() 15364 const NullStmt *NBody = dyn_cast<NullStmt>(Body); in DiagnoseEmptyLoopBody()
|
| H A D | TreeTransform.h | 7164 TreeTransform<Derived>::TransformNullStmt(NullStmt *S) { in TransformNullStmt() 7371 Then = new (getSema().Context) NullStmt(S->getThen()->getBeginLoc()); in TransformIfStmt() 8270 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt() 8276 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()
|
| H A D | SemaDecl.cpp | 14744 if (!isa<AsmStmt>(S) && !isa<NullStmt>(S)) { in ActOnFinishFunctionBody()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1423 bool WalkUpFromNullStmt(NullStmt *S) { in WalkUpFromNullStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 146 void ASTStmtReader::VisitNullStmt(NullStmt *S) { in VisitNullStmt() 2704 S = new (Context) NullStmt(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 74 void ASTStmtWriter::VisitNullStmt(NullStmt *S) { in VisitNullStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 237 void StmtProfiler::VisitNullStmt(const NullStmt *S) { in VisitNullStmt()
|
| H A D | StmtPrinter.cpp | 191 void StmtPrinter::VisitNullStmt(NullStmt *Node) { in VisitNullStmt()
|
| H A D | ASTImporter.cpp | 543 ExpectedStmt VisitNullStmt(NullStmt *S); 6110 ExpectedStmt ASTNodeImporter::VisitNullStmt(NullStmt *S) { in VisitNullStmt() 6114 return new (Importer.getToContext()) NullStmt( in VisitNullStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2317 extern const internal::VariadicDynCastAllOfMatcher<Stmt, NullStmt> nullStmt;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 6559 if (isa<AsmStmt>(S) || isa<NullStmt>(S) || isa<OMPFlushDirective>(S) || in getSingleCompoundChild()
|