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

/external/clang/lib/AST/
H A DASTImporter.cpp1477 case BuiltinType::Id: return Importer.getToContext().SingletonId;
1490 if (Importer.getToContext().getLangOpts().CharIsSigned)
1491 return Importer.getToContext().UnsignedCharTy;
1493 return Importer.getToContext().CharTy;
1499 if (!Importer.getToContext().getLangOpts().CharIsSigned)
1500 return Importer.getToContext().SignedCharTy;
1502 return Importer.getToContext().CharTy;
1508 return Importer.getToContext().WCharTy;
1519 return Importer.getToContext().getComplexType(ToElementType);
1527 return Importer.getToContext()
[all...]
/external/clang/include/clang/AST/
H A DASTImporter.h247 ASTContext &getToContext() const { return ToContext; } function in class:clang::ASTImporter

Completed in 300 milliseconds