Searched refs:DefaultStmt (Results 1 – 22 of 22) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/ |
| D | ProgramPoint.cpp | 170 assert(isa<DefaultStmt>(Label)); in printJson()
|
| D | CFG.cpp | 569 CFGBlock *VisitDefaultStmt(DefaultStmt *D); 2239 return VisitDefaultStmt(cast<DefaultStmt>(S)); in Visit() 4261 CFGBlock *CFGBuilder::VisitDefaultStmt(DefaultStmt *Terminator) { in VisitDefaultStmt() 5664 } else if (isa<DefaultStmt>(Label)) in print_block()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 424 EmitDefaultStmt(cast<DefaultStmt>(*S), Attrs); in EmitSimpleStmt() 1525 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S, in EmitDefaultStmt() 1734 const DefaultStmt *DefaultCase = nullptr; in FindCaseStatementsForValue() 1739 if (const DefaultStmt *DS = dyn_cast<DefaultStmt>(Case)) { in FindCaseStatementsForValue() 1905 if (isa<DefaultStmt>(Case)) in EmitSwitchStmt()
|
| D | CodeGenPGO.cpp | 100 DefaultStmt, enumerator 292 return PGOHash::DefaultStmt; in DEFINE_NESTABLE_TRAVERSAL()
|
| D | CoverageMappingGen.cpp | 1321 HasDefaultCase = HasDefaultCase || isa<DefaultStmt>(Case); in VisitSwitchStmt()
|
| D | CodeGenFunction.h | 3194 void EmitDefaultStmt(const DefaultStmt &S, ArrayRef<const Attr *> Attrs);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | JumpDiagnostics.cpp | 682 else if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) in VerifyJumps()
|
| D | SemaStmt.cpp | 530 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt() 1231 DefaultStmt *TheDefaultStmt = nullptr; in ActOnFinishSwitchStmt() 1238 if (DefaultStmt *DS = dyn_cast<DefaultStmt>(SC)) { in ActOnFinishSwitchStmt()
|
| D | AnalysisBasedWarnings.cpp | 957 Range = cast<DefaultStmt>(Term)->getDefaultLoc(); in DiagUninitUse()
|
| D | TreeTransform.h | 7282 StmtResult TreeTransform<Derived>::TransformDefaultStmt(DefaultStmt *S) { in TransformDefaultStmt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | Stmt.h | 1722 class DefaultStmt : public SwitchCase { 1726 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) in DefaultStmt() function 1730 explicit DefaultStmt(EmptyShell Empty) in DefaultStmt() function 1760 else if (const auto *DS = dyn_cast<DefaultStmt>(this)) in getEndLoc() 1768 else if (auto *DS = dyn_cast<DefaultStmt>(this)) in getSubStmt()
|
| D | RecursiveASTVisitor.h | 2266 DEF_TRAVERSE_STMT(DefaultStmt, {})
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | StmtNodes.td | 25 def DefaultStmt : StmtNode<SwitchCase>;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| D | ASTMatchersInternal.cpp | 896 const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt> defaultStmt;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| D | BuildTree.cpp | 1448 bool WalkUpFromDefaultStmt(DefaultStmt *S) { in WalkUpFromDefaultStmt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 181 void ASTStmtReader::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt() 2733 S = new (Context) DefaultStmt(Empty); in ReadStmtFromStream()
|
| D | ASTWriterStmt.cpp | 110 void ASTStmtWriter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | StmtProfile.cpp | 249 void StmtProfiler::VisitDefaultStmt(const DefaultStmt *S) { in VisitDefaultStmt()
|
| D | StmtPrinter.cpp | 220 void StmtPrinter::VisitDefaultStmt(DefaultStmt *Node) { in VisitDefaultStmt()
|
| D | ASTImporter.cpp | 564 ExpectedStmt VisitDefaultStmt(DefaultStmt *S); 6285 ExpectedStmt ASTNodeImporter::VisitDefaultStmt(DefaultStmt *S) { in VisitDefaultStmt() 6294 return new (Importer.getToContext()) DefaultStmt( in VisitDefaultStmt()
|
| D | ExprConstant.cpp | 4946 if (isa<DefaultStmt>(SC)) { in EvaluateSwitch()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| D | ASTMatchers.h | 2281 extern const internal::VariadicDynCastAllOfMatcher<Stmt, DefaultStmt>
|