/external/llvm-project/clang/include/clang/AST/ |
D | TextNodeDumper.h | 245 void VisitLabelStmt(const LabelStmt *Node);
|
D | JSONNodeDumper.h | 312 void VisitLabelStmt(const LabelStmt *LS);
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FindTarget.cpp | 477 void VisitLabelStmt(const LabelStmt *Label) { in add() function 910 void VisitLabelStmt(const LabelStmt *LS) { in refInStmt() function
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 305 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
|
D | CoverageMappingGen.cpp | 642 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 448 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
|
D | CoverageMappingGen.cpp | 1009 void VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function
|
/external/clang/lib/AST/ |
D | ASTDumper.cpp | 500 void VisitLabelStmt(const LabelStmt *Node); 1792 void ASTDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in ASTDumper
|
D | StmtProfile.cpp | 108 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
|
D | StmtPrinter.cpp | 167 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
|
D | ASTImporter.cpp | 190 Stmt *VisitLabelStmt(LabelStmt *S); 4945 Stmt *ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 462 CFGBlock *VisitLabelStmt(LabelStmt *L); 1551 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit() 2319 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in __anon30bb6a660111::CFGBuilder
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 580 CFGBlock *VisitLabelStmt(LabelStmt *L); 2259 return VisitLabelStmt(cast<LabelStmt>(S)); in Visit() 3234 CFGBlock *CFGBuilder::VisitLabelStmt(LabelStmt *L) { in VisitLabelStmt() function in CFGBuilder
|
/external/llvm-project/clang/lib/AST/ |
D | JSONNodeDumper.cpp | 1450 void JSONNodeDumper::VisitLabelStmt(const LabelStmt *LS) { in VisitLabelStmt() function in JSONNodeDumper
|
D | TextNodeDumper.cpp | 924 void TextNodeDumper::VisitLabelStmt(const LabelStmt *Node) { in VisitLabelStmt() function in TextNodeDumper
|
D | StmtProfile.cpp | 253 void StmtProfiler::VisitLabelStmt(const LabelStmt *S) { in VisitLabelStmt() function in StmtProfiler
|
D | StmtPrinter.cpp | 225 void StmtPrinter::VisitLabelStmt(LabelStmt *Node) { in VisitLabelStmt() function in StmtPrinter
|
D | ASTImporter.cpp | 553 ExpectedStmt VisitLabelStmt(LabelStmt *S); 6092 ExpectedStmt ASTNodeImporter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTNodeImporter
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 116 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
|
D | ASTReaderStmt.cpp | 186 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 112 void ASTStmtWriter::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtWriter
|
D | ASTReaderStmt.cpp | 163 void ASTStmtReader::VisitLabelStmt(LabelStmt *S) { in VisitLabelStmt() function in ASTStmtReader
|