Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTImporter.h65 llvm::DenseMap<Stmt *, Stmt *> ImportedStmts; variable
/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp4739 llvm::DenseMap<Stmt *, Stmt *>::iterator Pos = ImportedStmts.find(FromS); in Import()
4740 if (Pos != ImportedStmts.end()) in Import()
4750 ImportedStmts[FromS] = ToS; in Import()