Home
last modified time | relevance | path

Searched defs:StmtNode (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp146 bool TraverseStmt(Stmt *StmtNode) { in TraverseStmt()
222 bool baseTraverse(const Stmt &StmtNode) { in baseTraverse()
823 bool MatchASTVisitor::TraverseStmt(Stmt *StmtNode) { in TraverseStmt()
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.h574 struct StmtNode : public InstrNode { struct
575 MachineInstr *getCode() const { in getCode()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFGraph.h620 struct StmtNode : public InstrNode { struct
621 MachineInstr *getCode() const { in getCode()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DRDFGraph.h621 struct StmtNode : public InstrNode { struct
622 MachineInstr *getCode() const { in getCode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DRDFGraph.h637 struct StmtNode : public InstrNode { struct
638 MachineInstr *getCode() const { // in getCode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DRDFGraph.h637 struct StmtNode : public InstrNode { struct
638 MachineInstr *getCode() const { // in getCode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DRDFGraph.h637 struct StmtNode : public InstrNode { struct
638 MachineInstr *getCode() const { // in getCode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DRDFGraph.h637 struct StmtNode : public InstrNode { struct
638 MachineInstr *getCode() const { // in getCode()
/aosp_15_r20/external/clang/lib/Analysis/
H A DConsumed.cpp75 if (const Stmt *StmtNode = Block->getTerminator()) { in getLastStmtLoc() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp9012 bool TraverseStmt(Stmt *StmtNode) { in TraverseStmt()