HomeSort by relevance Sort by last modified time
    Searched defs:ParentMap (Results 1 - 18 of 18) sorted by null

  /external/clang/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ParentMap.h 1 //===--- ParentMap.h - Mappings from Stmts to their Parents -----*- C++ -*-===//
10 // This file defines the ParentMap class.
21 class ParentMap {
24 ParentMap(Stmt* ASTRoot);
25 ~ParentMap();
  /external/clang/lib/AST/
ParentMap.cpp 1 //===--- ParentMap.cpp - Mappings from Stmts to their Parents ---*- C++ -*-===//
10 // This file defines the ParentMap class.
14 #include "clang/AST/ParentMap.h"
97 ParentMap::ParentMap(Stmt *S) : Impl(nullptr) {
105 ParentMap::~ParentMap() {
109 void ParentMap::addStmt(Stmt* S) {
115 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) {
122 Stmt* ParentMap::getParent(Stmt* S) const
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineCSE.cpp 96 DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> &ParentMap);
485 DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> &ParentMap) {
493 while (MachineDomTreeNode *Parent = ParentMap[Node]) {
505 DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> ParentMap;
520 ParentMap[Child] = Node;
533 ExitScopeIfDone(Node, OpenChildren, ParentMap);
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 202 DenseMap<MachineDomTreeNode *, MachineDomTreeNode *> &ParentMap);
600 DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> &ParentMap) {
608 while (MachineDomTreeNode *Parent = ParentMap[Node]) {
629 DenseMap<MachineDomTreeNode*, MachineDomTreeNode*> ParentMap;
665 ParentMap[Child] = Node;
696 ExitScopeIfDone(Node, OpenChildren, ParentMap);
    [all...]

Completed in 467 milliseconds