Searched refs:FakeDeclSource (Results 1 – 3 of 3) sorted by relevance
25 FakeDeclSource::FakeDeclSource(const clang::CompilerInstance &ci) : ci_(ci) {} in FakeDeclSource() function in header_checker::dumper::FakeDeclSource28 FakeDeclSource::CreateCXXRecordDecl(const clang::DeclarationName &name, in CreateCXXRecordDecl()40 FakeDeclSource::CreateClassTemplateDecl(clang::CXXRecordDecl *cxx_record_decl, in CreateClassTemplateDecl()69 FakeDeclSource::CreateNamespaceDecl(const clang::DeclarationName &name, in CreateNamespaceDecl()81 FakeDeclSource::CreateDecl(clang::Sema::LookupNameKind kind, in CreateDecl()119 FakeDeclSource::ResolveDeclContext(clang::DeclContext *member_context, in ResolveDeclContext()150 clang::TypoCorrection FakeDeclSource::CorrectTypo( in CorrectTypo()177 bool FakeDeclSource::LookupUnqualified(clang::LookupResult &result, in LookupUnqualified()
29 class FakeDeclSource : public clang::ExternalSemaSource {56 FakeDeclSource(const clang::CompilerInstance &ci);
59 ci.setExternalSemaSource(new FakeDeclSource(ci)); in BeginSourceFileAction()