Searched refs:getToContext (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1435 case BuiltinType::Id: return Importer.getToContext().SingletonId;
1448 if (Importer.getToContext().getLangOpts().CharIsSigned)
1449 return Importer.getToContext().UnsignedCharTy;
1451 return Importer.getToContext().CharTy;
1457 if (!Importer.getToContext().getLangOpts().CharIsSigned)
1458 return Importer.getToContext().SignedCharTy;
1460 return Importer.getToContext().CharTy;
1466 return Importer.getToContext().WCharTy;
1477 return Importer.getToContext().getComplexType(ToElementType);
1485 return Importer.getToContext()
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTImporter.h242 ASTContext &getToContext() const { return ToContext; } function in class:clang::ASTImporter
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp470 ASTContextMetadataSP to_context_md = m_master.GetContextMetadata(&getToContext());

Completed in 67 milliseconds