Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp769 Importer.getToContext(), in import()
847 llvm::makeArrayRef(ToPack).copy(Importer.getToContext())); in import()
888 Importer.getToContext(), *ToTemplateQualifierLocOrErr, in import()
898 return DeclGroupRef::Create(Importer.getToContext(), nullptr, 0); in import()
908 return DeclGroupRef::Create(Importer.getToContext(), in import()
1022 return Importer.getToContext().getAtomicType(*UnderlyingTypeOrErr); in VisitAtomicType()
1029 return Importer.getToContext().SingletonId; in VisitBuiltinType()
1033 return Importer.getToContext().Id##Ty; in VisitBuiltinType()
1037 return Importer.getToContext().SingletonId; in VisitBuiltinType()
1041 return Importer.getToContext().Id##Ty; in VisitBuiltinType()
[all …]
H A DExternalASTMerger.cpp206 << ", (ASTContext*)" << (void*)&getToContext() in Imported()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h544 ASTContext &getToContext() const { return ToContext; } in getToContext() function