Searched refs:getFromContext (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 173 assert((&PersistentCtx != &getFromContext()) && (&OtherImporter != this) && in ImportImpl() 208 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 226 << ", (ASTContext*)" << (void*)&getFromContext() in Imported() 228 Parent.MaybeRecordOrigin(ToDC, {FromDC, &getFromContext()}); in Imported() 259 if (&I->getFromContext() == &OriginContext) in ImporterForOrigin() 274 if (&I->getFromContext() == &OriginContext) in HasImporterForOrigin() 290 Importer->getFromContext().getTranslationUnitDecl(); in ForEachMatchingDC() 432 if (&Importer->getFromContext() == &S.getASTContext()) in RemoveSources()
|
| H A D | ASTImporter.cpp | 1485 = Importer.getFromContext().getCanonicalType(QualType(T, 0)); in VisitTemplateSpecializationType() 2085 import(Importer.getFromContext().getTypeDeclType(From)); in ImportDefinition() 2144 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch() 2161 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch() 2172 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch() 2186 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch() 2194 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch() 2202 Importer.getFromContext(), Importer.getToContext(), in IsStructuralMatch() 2220 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch() 2229 StructuralEquivalenceContext Ctx(Importer.getFromContext(), in IsStructuralMatch() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTImporter.h | 547 ASTContext &getFromContext() const { return FromContext; } in getFromContext() function
|