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

/external/clang/lib/AST/
H A DASTImporter.cpp1432 case BuiltinType::Id: return Importer.getToContext().SingletonId;
1445 if (Importer.getToContext().getLangOpts().CharIsSigned)
1446 return Importer.getToContext().UnsignedCharTy;
1448 return Importer.getToContext().CharTy;
1454 if (!Importer.getToContext().getLangOpts().CharIsSigned)
1455 return Importer.getToContext().SignedCharTy;
1457 return Importer.getToContext().CharTy;
1463 return Importer.getToContext().WCharTy;
1474 return Importer.getToContext().getComplexType(ToElementType);
1482 return Importer.getToContext()
[all...]
/external/clang/include/clang/AST/
H A DASTImporter.h242 ASTContext &getToContext() const { return ToContext; } function in class:clang::ASTImporter
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp470 ASTContextMetadataSP to_context_md = m_master.GetContextMetadata(&getToContext());

Completed in 271 milliseconds