Home
last modified time | relevance | path

Searched refs:ImportedStmts (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DASTImporter.h66 llvm::DenseMap<Stmt *, Stmt *> ImportedStmts; variable
/external/clang/lib/AST/
DASTImporter.cpp6211 llvm::DenseMap<Stmt *, Stmt *>::iterator Pos = ImportedStmts.find(FromS); in Import()
6212 if (Pos != ImportedStmts.end()) in Import()
6222 ImportedStmts[FromS] = ToS; in Import()